Releases: samelement/ACS-M1128
Releases · samelement/ACS-M1128
v2.2.1-b2
v2.2.1-b1
v2.2.1-alpha
Features added:
- accessTokenExp property to set the expiration of access token. value in seconds. default is 43200 seconds or 12 hours.
- Now support ESP32 board.
- Serial number will have a prefix DEVELOPER_ROOT + character 'S' followed with provided serial number.
New Age
Changes:
- JWT authentication for more secure and much faster connection.
- Simplifying connection.
- PubSubClient change fork from Nick O'Leary https://github.com/knolleary/pubsubclient.
- Adjusted PubSubClient MQTT_MAX_PACKET_SIZE to 2048.
- Supported QOS: Publish QoS 0, Subscribe QoS 0 & OoS 1.
v2.1.2
Changes:
- Example DHT22 bug fixed.
v2.1.1
Changes:
- Bug fix millis
- Examples: change send interval temperature humidity DHT22 example to 60000 ms.
v2.1.0
Features removed:
- wifiFailSleep is removed.
Changes:
- apTimeout becomes apConfigTimeout
- onAPTimeout becomes onAPConfigTimeout
- onWiFiTimeout becomes onWiFiConnectTimeout
v2.0.2
Features added:
- Option to turn ESP into sleep for a period of wifiFailSleep ms whenever not in autoAP. Default is 5000ms.
v2.0.1
Features added:
- Option to auto AP when first ON if fail to connect to existing WiFi setting. Default false.
Changes:
- Examples: change all initialization messages retained to false.
v2.0.0
Features added:
- Option to disable LWT.
- New example DHT22 sensor reading.
Changes:
- Change debug parameter from pass by reference to pointer.