fix: fix typos in source code comments

This commit is contained in:
Sefinek
2026-05-28 15:44:56 +02:00
parent d2c2a6ef0b
commit 00d445a269
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ void ESPNowBridge::begin() {
// Initialize WiFi in station mode
WiFi.mode(WIFI_STA);
// Set wifi channel
// Set Wi-Fi channel
if (esp_wifi_set_channel(_prefs->bridge_channel, WIFI_SECOND_CHAN_NONE) != ESP_OK) {
BRIDGE_DEBUG_PRINTLN("Error setting WIFI channel to %d\n", _prefs->bridge_channel);
return;