@@ -6,6 +6,8 @@ Optionally it can handle Wi-Fi connectivity.
6
6
7
7
> It is not yet available through library managers.
8
8
9
+ > ** Not working in Arduino IDE** because of a mismatch in ` arduino-esp32 ` versions.
10
+
9
11
10
12
## Getting started
11
13
@@ -20,8 +22,8 @@ We recommend using the [PlatformIO VSCode extension](https://platformio.org/plat
20
22
You will find more instructions [ here] ( documentation/platformio_usage.md )
21
23
22
24
#### Arduino IDE
23
- It is also possible to use the application using * Arduino IDE* .
24
- You will find more instructions [ here ] ( documentation/arduino_ide_usage.md )
25
+ It currently not possible to use with Arduino IDE.
26
+ Since the used ` arduino-esp32 ` is 3+ (based on ESP-IDF 5+) which introduced breaking changes and is unavailable for platformIO
25
27
26
28
### Usage examples
27
29
Two example scripts are available in the ` examples ` folder:
@@ -41,6 +43,6 @@ This library uses the following dependencies.
41
43
42
44
* [ Arduino ESP32] ( https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html#about-arduino-esp32 )
43
45
(In particular, the [ Wi-Fi library] ( https://docs.espressif.com/projects/arduino-esp32/en/latest/api/wifi.html ) ,
44
- [ message logging] ( https://docs.espressif.com/projects/esp-idf/en/latest /esp32/api-reference/system/log.html ) and
45
- [ MQTT client] ( https://docs.espressif.com/projects/esp-idf/en/latest /esp32/api-reference/protocols/mqtt.html#api-reference ) ) \
46
- __ Caution__ : the ArduinoEspressif implementation of the ESP MQTT Client does not match the official API documentation!
46
+ [ message logging] ( https://docs.espressif.com/projects/esp-idf/en/v4.4.7 /esp32/api-reference/system/log.html ) and
47
+ [ MQTT client] ( https://docs.espressif.com/projects/esp-idf/en/v4.4.7 /esp32/api-reference/protocols/mqtt.html#api-reference ) ) \
48
+ __ Caution__ : The version of ESP-IDF used by PlatformIO is v4.4.7 ! Not 5.x.x ...
0 commit comments