This commit is contained in:
Bruno
2023-05-17 07:04:02 +02:00
parent 6bbf58d35d
commit cc4fd9b2c2
5 changed files with 88 additions and 5 deletions
+1
View File
@@ -10,6 +10,7 @@ void setup() {
Serial.begin(115200);
WiFi.mode(WIFI_STA);
WiFi.disconnect();
pinMode(13, OUTPUT);
delay(100);
Serial.println("Setup complete. Starting Wi-Fi channel analysis.");
}