| 123456789101112131415161718192021222324252627 |
- #ifdef __IN_ECLIPSE__
- //This is a automatic generated file
- //Please do not modify this file
- //If you touch this file your change will be overwritten during the next build
- //This file has been generated on 2026-06-07 15:50:46
-
- #include "Arduino.h"
- #include "Arduino.h"
- #include <ESP8266WiFi.h>
- #include <ESP8266WebServer.h>
- #include <EEPROM.h>
- #include <DNSServer.h>
-
- void saveConfig() ;
- void loadConfig() ;
- void handleRoot() ;
- void handleSave() ;
- void handleNotFound() ;
- void startAP() ;
- bool connectSTA() ;
- void setup() ;
- void loop() ;
-
- #include "LEDLamp.ino"
-
-
- #endif
|