Skip to content

Commit

Permalink
11.5 is not safe
Browse files Browse the repository at this point in the history
This reverts commit 1cac466.
  • Loading branch information
bill88t committed Jun 21, 2024
1 parent 1cac466 commit 986cff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/espressif/common-hal/wifi/Radio.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void common_hal_wifi_radio_set_enabled(wifi_radio_obj_t *self, bool enabled) {
if (!self->started && enabled) {
ESP_ERROR_CHECK(esp_wifi_start());
self->started = true;
common_hal_wifi_radio_set_tx_power(self, 11.5);
common_hal_wifi_radio_set_tx_power(self, 11.0);
return;
}
}
Expand Down

0 comments on commit 986cff0

Please sign in to comment.