mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
Lolin C3 mini v1.0 has standard led.
This commit is contained in:
@@ -75,7 +75,7 @@ void NetworkSettingsService::manageSTA() {
|
||||
esp_wifi_set_max_tx_power(networkSettings.tx_power * 4); // set power after wifi is startet for C3
|
||||
});
|
||||
#ifdef BOARD_C3_MINI_V1
|
||||
// not sure if we need this special value for c3_min_v1.0
|
||||
// v1 needs this value, see https://github.com/emsesp/EMS-ESP32/pull/620#discussion_r993173979
|
||||
WiFi.setTxPower(WIFI_POWER_8_5dBm); // https://www.wemos.cc/en/latest/c3/c3_mini_1_0_0.html#about-wifi
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user