Open sighmon opened 9 months ago
To get this branch building for the ESP32-C6:
git clone git@github.com:Sensirion/arduino-ble-gadget.git
into ~/Arduino/libraries
and then git checkout tags/1.2.0
and add #include <string>
to ByteArray.h
git clone git@github.com:Sensirion/arduino-upt-core.git Sensirion_UPT_Core
into ~/Arduino/libraries
and then git checkout 919ef8b
git clone git@github.com:h2zero/NimBLE-Arduino.git
into ~/Arduino/libraries
and then git checkout esp32-c6-test
Unfortunately the BLE part doesn't work on the ESP32-C6, only the http server.
To get this branch building for the Sparkfun ESP32 Thing:
git clone git@github.com:Sensirion/arduino-ble-gadget.git
into ~/Arduino/libraries
and then git checkout tags/1.2.0
and add #include <string>
to ByteArray.h
git clone git@github.com:Sensirion/arduino-upt-core.git Sensirion_UPT_Core
into ~/Arduino/libraries
and then git checkout 919ef8b
git clone git@github.com:h2zero/NimBLE-Arduino.git
into ~/Arduino/libraries
and then git checkout release/1.4
ESP32
boards library at v2.0.11