ESP32 WIFI
Posted: Thu Dec 17, 2020 9:19 pm
Hi ,
Just started playing with the esp32 and for now, I am just testing some functions to see
what it can do.
So made this simple Code to create an Access point and I can see that there is a bug,
The access point does not get created and in the rs232 debug messages
can see the following.
[0;32mI (729) wifi: wifi_create_softap(SSID:ESP32WF password:12345678)[0m
W (729) wifi:channel number is out of range""
Another thing, the debug messages are very useful but if I want to use the Uart for something else
this will create a problem is there a way to disable the debug messages when not needed?
Just started playing with the esp32 and for now, I am just testing some functions to see
what it can do.
So made this simple Code to create an Access point and I can see that there is a bug,
The access point does not get created and in the rs232 debug messages
can see the following.
[0;32mI (729) wifi: wifi_create_softap(SSID:ESP32WF password:12345678)[0m
W (729) wifi:channel number is out of range""
Another thing, the debug messages are very useful but if I want to use the Uart for something else
this will create a problem is there a way to disable the debug messages when not needed?