You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,25 +18,6 @@
18
18
19
19
## 🚀 Unlock your ideas with ksIotFrameworkLib
20
20
21
-
> **IMPORTANT FOR ESP32**
22
-
>
23
-
> This library targets Arduino 3+ on ESP32. Due to [PlatformIO limitations](https://github.com/platformio/platform-espressif32/issues/1225), it does not automatically fetch the latest versions.
24
-
> Use the pioarduino fork by Jason2866 in your `platformio.ini` file:
> For ESP8266, the latest supported version is based on SDK305.
32
-
> To use it, please add this build flag:
33
-
>
34
-
> ```
35
-
> DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK305
36
-
> ```
37
-
38
-
---
39
-
40
21
### 📜 Motivation
41
22
42
23
- The goal of this project is to create a solid starting point for development of applications targeting Espressif microcontrollers.
@@ -64,6 +45,25 @@
64
45
65
46
---
66
47
48
+
> **IMPORTANT FOR ESP32**
49
+
>
50
+
> This library targets Arduino 3+ on ESP32. Due to [PlatformIO limitations](https://github.com/platformio/platform-espressif32/issues/1225), it does not automatically fetch the latest versions.
51
+
> Use the pioarduino fork by Jason2866 in your `platformio.ini` file:
0 commit comments