update to 1.9.7

This commit is contained in:
2023-01-04 14:01:20 +01:00
parent 6110583190
commit adbed6b207
56 changed files with 596 additions and 512 deletions

View File

@@ -1,6 +1,11 @@
#include <Arduino.h>
#ifdef ESP32
#if defined(ARDUINO_ARCH_RP2040)
void setup() {}
void loop() {}
#else
#if defined(ESP32)
#include <WiFi.h>
#else
#include <ESP8266WiFi.h>
@@ -104,4 +109,4 @@ void loop()
delay(1000);
}
}
#endif