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.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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-07-16 22:59:44
  6. #include "Arduino.h"
  7. #include "Arduino.h"
  8. #include <ESP8266WebServer.h>
  9. #include <WebSocketsServer.h>
  10. #include <ESP8266mDNS.h>
  11. #include <EEPROM.h>
  12. #include <DNSServer.h>
  13. #include <ArduinoJson.h>
  14. #include <Adafruit_Neopixel.h>
  15. #include "States.h"
  16. #include "Commands.h"
  17. #include "ConfigManager.h"
  18. #include "HtmlPages.h"
  19. #include "LEDStripManager.h"
  20. #include "TimerManager.h"
  21. void handleSetupPage() ;
  22. void handleSTAControlPage() ;
  23. void handleSave() ;
  24. void handleNotFound() ;
  25. void startAP() ;
  26. void webSocketEvent(uint8_t num, WStype_t type, uint8_t *payload, size_t length) ;
  27. void resetWifiConfiguration(uint8_t num) ;
  28. void setState(AppState newState) ;
  29. void handleBoot() ;
  30. void handleConnecting() ;
  31. void handleAPMode() ;
  32. void handleSTAMode() ;
  33. void handleError() ;
  34. void startSTAWebServer() ;
  35. void driveLEDStrip() ;
  36. void setup() ;
  37. void loop() ;
  38. #include "LEDLamp.ino"
  39. #endif