Wemos D1 Mini Frimware zur Steuerung einer RGBW-LED-Lampe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sloeber.ino.cpp 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #ifdef __IN_ECLIPSE__
  2. //This is a automatic generated file
  3. //Please do not modify this file
  4. //If you touch this file your change will be overwritten during the next build
  5. //This file has been generated on 2026-06-19 21:07:33
  6. #include "Arduino.h"
  7. #include "Arduino.h"
  8. #include <ESP8266WebServer.h>
  9. #include <WebSocketsServer.h>
  10. #include <EEPROM.h>
  11. #include <DNSServer.h>
  12. #include <ArduinoJson.h>
  13. #include <Adafruit_Neopixel.h>
  14. #include "States.h"
  15. #include "Commands.h"
  16. #include "HtmlPages.h"
  17. #include "LEDStripManager.h"
  18. void saveConfig() ;
  19. void loadConfig() ;
  20. void handleSetupPage() ;
  21. void handleSTAControlPage() ;
  22. void handleSave() ;
  23. void handleNotFound() ;
  24. void startAP() ;
  25. void webSocketEvent(uint8_t num, WStype_t type, uint8_t *payload, size_t length) ;
  26. void resetWifiConfiguration(uint8_t num) ;
  27. void setState(AppState newState) ;
  28. void handleBoot() ;
  29. void handleConnecting() ;
  30. void handleAPMode() ;
  31. void handleSTAMode() ;
  32. void handleError() ;
  33. void startSTAWebServer() ;
  34. void setup() ;
  35. void loop() ;
  36. #include "LEDLamp.ino"
  37. #endif