Wemos D1 Mini Frimware zur Steuerung einer RGBW-LED-Lampe
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

sloeber.ino.cpp 852B

123456789101112131415161718192021222324252627282930313233343536
  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-08 17:59:19
  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 "States.h"
  13. void saveConfig() ;
  14. void loadConfig() ;
  15. void handleRoot() ;
  16. void handleSave() ;
  17. void handleNotFound() ;
  18. void startAP() ;
  19. bool connectSTA() ;
  20. void webSocketEvent(uint8_t num, WStype_t type, uint8_t *payload, size_t length) ;
  21. void setState(AppState newState) ;
  22. void handleBoot() ;
  23. void handleConnecting() ;
  24. void handleAPMode() ;
  25. void handleSTAMode() ;
  26. void handleError() ;
  27. void startSTAWebServer() ;
  28. void setup() ;
  29. void loop() ;
  30. #include "LEDLamp.ino"
  31. #endif