JXCT Soil Sensor 7-in-1 3.10.1
IoT система мониторинга почвы на базе ESP32
|
#include <DNSServer.h>
#include <Preferences.h>
#include <WebServer.h>
#include <WiFi.h>
#include "Arduino.h"
Макросы | |
#define | STATUS_LED_PIN 2 |
Перечисления | |
enum class | WiFiMode : std::uint8_t { AP , STA } |
Функции | |
void | setLedOn () |
void | setLedOff () |
void | setLedBlink (unsigned long interval) |
void | setLedFastBlink () |
void | updateLed () |
void | setupWebServer () |
void | setupWiFi () |
void | handleWiFi () |
void | startAPMode () |
void | startSTAMode () |
bool | checkResetButton () |
void | resetConfig () |
void | restartESP () |
bool | parseAndApplyConfig (const String &jsonContent, String &error) |
String | navHtml () |
String | getApSsid () |
Переменные | |
bool | wifiConnected |
WiFiMode | currentWiFiMode |
#define STATUS_LED_PIN 2 |
|
strong |
void setLedOn | ( | ) |
void setLedOff | ( | ) |
void setLedBlink | ( | unsigned long | interval | ) |
void setLedFastBlink | ( | ) |
void updateLed | ( | ) |
void setupWebServer | ( | ) |
void setupWiFi | ( | ) |
void handleWiFi | ( | ) |
void startAPMode | ( | ) |
void startSTAMode | ( | ) |
bool checkResetButton | ( | ) |
void resetConfig | ( | ) |
void restartESP | ( | ) |
bool parseAndApplyConfig | ( | const String & | jsonContent, |
String & | error | ||
) |
String navHtml | ( | ) |
String getApSsid | ( | ) |
|
extern |
|
extern |