invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
I am getting this error when I try to compile the sketch, only changes I have made are the ssid and password.
The error seems to occur at line 39 (at least in my version);
WiFi.begin(ssid, password);
Thanks for the help!
.
1 Answers
Hello Ken,
Did you follow this Unit until the end? https://rntlab.com/installing-the-esp32-board-in-arduino-ide-windows-mac-os-x-and-linux/
Basically, this what I want to know: Can you compile the WiFi Scan sketch and upload it to your ESP32 board
Thanks for your patience!