small fix for fw compile test

This commit is contained in:
Nic Limper
2023-10-08 15:44:02 +02:00
parent 7a0ca319e7
commit 9c06cdf2d7

View File

@@ -192,7 +192,7 @@ uint8_t wsClientCount() {
void init_web() {
wsMutex = xSemaphoreCreateMutex();
Storage.begin();
WiFi.mode(WIFI_STA);
WiFi.setTxPower(static_cast<wifi_power_t>(config.wifiPower));