@@ -4,7 +4,7 @@ Arduino library for publishing UPT `Measurements` to an MQTT broker.
4
4
It offers conveninence method to publish UPT Measurements while simplifying the interface to the ESP-IDF mqtt_client library.
5
5
Optionally it can handle Wi-Fi connectivity.
6
6
7
- > It is not yet available through library managers .
7
+ > ** Not working in Arduino IDE ** because of a mismatch in ` arduino-esp32 ` versions .
8
8
9
9
10
10
## Getting started
@@ -20,8 +20,9 @@ We recommend using the [PlatformIO VSCode extension](https://platformio.org/plat
20
20
You will find more instructions [ here] ( documentation/platformio_usage.md )
21
21
22
22
#### 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 )
23
+ It currently not possible to use this library with Arduino IDE.
24
+
25
+ Since the used ` arduino-esp32 ` is 3+ (based on ESP-IDF 5+) which introduced breaking changes and is unavailable for PlatformIO.
25
26
26
27
### Usage examples
27
28
Two example scripts are available in the ` examples ` folder:
@@ -41,6 +42,9 @@ This library uses the following dependencies.
41
42
42
43
* [ Arduino ESP32] ( https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html#about-arduino-esp32 )
43
44
(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 ) ) \
45
+ [ message logging] ( https://docs.espressif.com/projects/esp-idf/en/v4.4.7/esp32/api-reference/system/log.html ) and
46
+ [ MQTT client] ( https://docs.espressif.com/projects/esp-idf/en/v4.4.7/esp32/api-reference/protocols/mqtt.html#api-reference ) )
47
+
46
48
* [ Sensirion UPT Core] ( https://github.com/Sensirion/arduino-upt-core )
49
+
50
+ __ Caution__ : The version of ESP-IDF used by PlatformIO is v4.4.7 ! Not 5.x.x ...
0 commit comments