softypit / esp32_mqtt_eq3

esp32-based mqtt node to control EQ-3 BLE TRVs
145 stars 48 forks source link

Update source to use the newest ESP-IDF release (v3.1.3) #16

Closed Floyddotnet closed 5 years ago

Floyddotnet commented 5 years ago

I updated the source to use the newest ESP-IDF release (v3.1.3) and fix two small compiler errors.

This allow us to use the newest bugfixes and features of the SDK like (mqtt over websocket, bugfixes in bluetooth and wifi, energy consumption optimizations, ...)

Nearly all features are tested after updating the sourcecode. no issue are found.

Note: I close pull-request #14 because it based on my master