You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason CONFIG_ESP_WIFI_IS_STATION is not set in sdkconfig
CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL=74
CONFIG_ESPTOOLPY_MONITOR_BAUD=230400
CONFIG_ESP_WIFI_IS_SOFTAP=y
# CONFIG_ESP_WIFI_IS_STATION is not set <--
CONFIG_ESP_WIFI_MODE_AP=y
CONFIG_ESP_WIFI_SSID="auto"
CONFIG_ESP_WIFI_PASSWORD="helloworld"
CONFIG_MAX_STA_CONN=4
I also had to comment the two instances of esp_log_set_putchar in platform.c, otherwise the app hangs there. I believe that might be because the UART is disables in an earlier call.
For some reason
CONFIG_ESP_WIFI_IS_STATION
is not set in sdkconfigAnd this causes a compilation error here
blackmagic-espidf/main/platform.c
Line 453 in 2f58e68
The text was updated successfully, but these errors were encountered: