| 12345678910111213141516171819202122232425262728293031323334353637 |
- #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-08 18:48:53
-
- #include "Arduino.h"
- #include "Arduino.h"
- #include <ESP8266WebServer.h>
- #include <WebSocketsServer.h>
- #include <EEPROM.h>
- #include <DNSServer.h>
- #include "States.h"
- #include "HtmlPages.h"
-
- void saveConfig() ;
- void loadConfig() ;
- void handleSetupPage() ;
- void handleSTAControlPage() ;
- void handleSave() ;
- void handleNotFound() ;
- void startAP() ;
- void webSocketEvent(uint8_t num, WStype_t type, uint8_t *payload, size_t length) ;
- void setState(AppState newState) ;
- void handleBoot() ;
- void handleConnecting() ;
- void handleAPMode() ;
- void handleSTAMode() ;
- void handleError() ;
- void startSTAWebServer() ;
- void setup() ;
- void loop() ;
-
- #include "LEDLamp.ino"
-
-
- #endif
|