atanisoft / ESP32CommandStation

An ESP32 based DCC Command Station with integrated OpenLCB (LCC) --- NOTE: this project is not under active development.
https://atanisoft.github.io/ESP32CommandStation/
GNU General Public License v3.0
90 stars 34 forks source link

TX power invalid arg error #75

Closed TrainzLuvr closed 3 years ago

TrainzLuvr commented 3 years ago

Log from the serial monitor:

[DHCP] Starting DHCP Client.
Listening on port 12021, fd 48
[WiFi] Setting TX power to: 79
ESP_ERROR_CHECK_WITHOUT_ABORT failed: esp_err_t 0x102 (ESP_ERR_INVALID_ARG) at 0x40087edf
0x40087edf: _esp_error_check_failed_without_abort at C:/espressif/esp-idf/components/esp_common/src/esp_err.c:40

file: "../components/OpenMRNLite/src/freertos_drivers/esp32/Esp32WiFiManager.cpp" line 1280
func: void openmrn_arduino::Esp32WiFiManager::on_station_started()
expression: esp_wifi_set_max_tx_power(power)