|
|
@ -19,6 +19,7 @@ https://opensource.org/licenses/MIT |
|
|
|
#define GET_CHIPID() (ESP.getChipId()) |
|
|
|
#define GET_CHIPID() (ESP.getChipId()) |
|
|
|
#elif defined(ARDUINO_ARCH_ESP32) |
|
|
|
#elif defined(ARDUINO_ARCH_ESP32) |
|
|
|
#include <WiFi.h> |
|
|
|
#include <WiFi.h> |
|
|
|
|
|
|
|
#include <WebServer.h> |
|
|
|
#include <SPIFFS.h> |
|
|
|
#include <SPIFFS.h> |
|
|
|
#include <HTTPClient.h> |
|
|
|
#include <HTTPClient.h> |
|
|
|
#define GET_CHIPID() ((uint16_t)(ESP.getEfuseMac()>>32)) |
|
|
|
#define GET_CHIPID() ((uint16_t)(ESP.getEfuseMac()>>32)) |
|
|
|