Skip to content

Commit 6e270ec

Browse files
authored
Update README.md
1 parent 8be17f9 commit 6e270ec

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818

1919
## 🚀 Unlock your ideas with ksIotFrameworkLib
2020

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:
25-
> ```ini
26-
> platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
27-
> ```
28-
>
29-
> **IMPORTANT FOR ESP8266**
30-
>
31-
> 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-
4021
### 📜 Motivation
4122

4223
- The goal of this project is to create a solid starting point for development of applications targeting Espressif microcontrollers.
@@ -64,6 +45,25 @@
6445

6546
---
6647

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:
52+
> ```ini
53+
> platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
54+
> ```
55+
>
56+
> **IMPORTANT FOR ESP8266**
57+
>
58+
> For ESP8266, the latest supported version is based on SDK305.
59+
> To use it, please add this build flag:
60+
>
61+
> ```
62+
> DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK305
63+
> ```
64+
65+
---
66+
6767
### 🛠️ Architecture
6868
6969
```mermaid

0 commit comments

Comments
 (0)