| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- #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-07-16 22:35:32
-
- #include "Arduino.h"
- #include "Arduino.h"
- #include <ESP8266WebServer.h>
- #include <WebSocketsServer.h>
- #include <ESP8266mDNS.h>
- #include <EEPROM.h>
- #include <DNSServer.h>
- #include <ArduinoJson.h>
- #include <Adafruit_Neopixel.h>
- #include "States.h"
- #include "Commands.h"
- #include "ConfigManager.h"
- #include "HtmlPages.h"
- #include "LEDStripManager.h"
- #include "TimerManager.h"
-
- 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 resetWifiConfiguration(uint8_t num) ;
- void setState(AppState newState) ;
- void handleBoot() ;
- void handleConnecting() ;
- void handleAPMode() ;
- void handleSTAMode() ;
- void handleError() ;
- void startSTAWebServer() ;
- void driveLEDStrip() ;
- void setup() ;
- void loop() ;
-
- #include "LEDLamp.ino"
-
-
- #endif
|