diff --git a/index.html b/index.html index 5ba0df1..ed87a31 100644 --- a/index.html +++ b/index.html @@ -90,6 +90,9 @@

‍Arduino Library for ESP32/ESP8266 - composition oriented internet of things framework that provides simple and extendable architecture, handles device setup (WiFi setup, MQTT and application specific configuration), network connectivity, MQTT telemetry protocol and more...

+
Important
This library supports Arduino 3.0.1 on ESP32. However, due to Platformio statement it will not automatically pull latest versions. If you want 3.0.1 version support, set your platform to my fork in your platformio.ini file.
+
= https://github.com/cziter15/platform-espressif32.git
+
Important
When it comes to ESP8266, latest version supported is based on SDK305. To use it, add -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK305 to your build flags.

Read the documentation License

Build for PlatformIO Hits-of-Code Commit activity

image