Skip to content

Basic function for esp8266 and esp32. config file, WiFi, OTA updates, MQTT, NTP client, file logger

License

Notifications You must be signed in to change notification settings

serek4/esp-basic-framework

Repository files navigation

Framework library for esp8288 and esp32

framework plugins

included libraries

builtin (esp8266 core- 3.1.2)

  • ESP8266WiFi.h
  • Ticker.h
  • LittleFS.h
  • ArduinoOTA.h
  • MD5Builder.h

extra esp8266

builtin (esp32 core - 2.0.17)

  • WiFi.h
  • Ticker.h
  • LittleFS.h
  • AsyncUDP.h
  • ArduinoOTA.h
  • MD5Builder.h

extra esp32

other

About

Basic function for esp8266 and esp32. config file, WiFi, OTA updates, MQTT, NTP client, file logger

Topics

Resources

License

Stars

Watchers

Forks