Esp32s3 zero, Platformio trying to change the MAC address --> error: 'class WiFiClass' has no member named 'STA' #11195
Closed
MichalisChachalios
started this conversation in
Question - Community Help
Replies: 1 comment 4 replies
-
PlatformIO uses the now outdated and unsupported Arduino Core v 2.0.17. Please switch to pioarduino to have the latest core versions and your sketch to be able to compile. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello i am trying to flash some code to my esp32-s3 zero waveshare to change the default mac address. I found this code.
this works when i use the arduino ide. But i need to run this code though the platfomrio ide to intigrade it to a bigger project. When i try that i get this error:
this is my .pio file
in arduino the board manager esp version is 3.1.1

I tried to set this version in platformio too, but then the board couldnt be found:

i know there was a thread with the same problem but from what i understand there wasn't found a solution
link
Beta Was this translation helpful? Give feedback.
All reactions