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 658B

12345678910111213141516171819202122232425262728
  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-07 22:47:36
  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. void saveConfig() ;
  13. void loadConfig() ;
  14. void handleRoot() ;
  15. void handleSave() ;
  16. void handleNotFound() ;
  17. void startAP() ;
  18. bool connectSTA() ;
  19. void webSocketEvent(uint8_t num, WStype_t type, uint8_t *payload, size_t length) ;
  20. void setup() ;
  21. void loop() ;
  22. #include "LEDLamp.ino"
  23. #endif