| 12345678910111213141516171819202122232425262728 |
- #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 22:47:36
-
- #include "Arduino.h"
- #include "Arduino.h"
- #include <ESP8266WebServer.h>
- #include <WebSocketsServer.h>
- #include <EEPROM.h>
- #include <DNSServer.h>
-
- void saveConfig() ;
- void loadConfig() ;
- void handleRoot() ;
- void handleSave() ;
- void handleNotFound() ;
- void startAP() ;
- bool connectSTA() ;
- void webSocketEvent(uint8_t num, WStype_t type, uint8_t *payload, size_t length) ;
- void setup() ;
- void loop() ;
-
- #include "LEDLamp.ino"
-
-
- #endif
|