Wemos D1 Mini Frimware zur Steuerung einer RGBW-LED-Lampe
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

sloeber.ino.cpp 570B

123456789101112131415161718192021222324252627
  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 14:55:03
  6. #include "Arduino.h"
  7. #include "Arduino.h"
  8. #include <ESP8266WiFi.h>
  9. #include <ESP8266WebServer.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 setup() ;
  20. void loop() ;
  21. #include "LEDLamp.ino"
  22. #endif