devWaves / SwitchBot-MQTT-BLE-ESP32

Allows for multiple SwitchBot bots and curtains to be controlled via MQTT sent to ESP32. ESP32 will send BLE commands to switchbots and return MQTT responses to the broker. Also supports Temperature, Motion, Contact sensors
MIT License
549 stars 68 forks source link

Pin platform espressif32 to 3.5.0 #93

Closed kenneyd closed 2 years ago

kenneyd commented 2 years ago

It's the last release on 1.0.6 (I think) before they moved to arduino 2.0 that seems to be causing some BLE issues.

Discussion on the 1.0.6 issue here: https://github.com/devWaves/SwitchBot-MQTT-BLE-ESP32/issues/90

reference: platform-espressif32 3.5 vs platform-espressif32 4.0.0

devWaves commented 2 years ago

hey thanks @kenneyd. I was thinking of making this change but wasn't sure because newer esp32s were added as supported after. I probably will though

So everything is working good so far for u with arduino v1.0.6, maybe needs couple more days to be sure? I will have to get some testing in for the plaform io versions