Skip to content

Releases: samelement/ACS-M1128

v2.2.1-b2

07 Jan 03:06
Compare
Choose a tag to compare

Changes:

  • Update pusubclient
  • added to Arduino library manager

v2.2.1-b1

06 Dec 19:01
a52871f
Compare
Choose a tag to compare

Changes:

  • Minor update on Motion Sensor example, add delay before it goes to deepSleep.

v2.2.1-alpha

10 Sep 10:14
37aa6d7
Compare
Choose a tag to compare

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

03 Sep 02:25
a30801e
Compare
Choose a tag to compare

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

24 Jul 02:43
d3cd26e
Compare
Choose a tag to compare

Changes:

  • Example DHT22 bug fixed.

v2.1.1

05 Jul 07:15
50dc3e9
Compare
Choose a tag to compare

Changes:

  • Bug fix millis
  • Examples: change send interval temperature humidity DHT22 example to 60000 ms.

v2.1.0

25 Jun 02:24
1a913c7
Compare
Choose a tag to compare

Features removed:

  • wifiFailSleep is removed.

Changes:

  • apTimeout becomes apConfigTimeout
  • onAPTimeout becomes onAPConfigTimeout
  • onWiFiTimeout becomes onWiFiConnectTimeout

v2.0.2

21 Jun 07:54
acb8204
Compare
Choose a tag to compare

Features added:

  • Option to turn ESP into sleep for a period of wifiFailSleep ms whenever not in autoAP. Default is 5000ms.

v2.0.1

21 Jun 02:28
b75a5e7
Compare
Choose a tag to compare

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

05 Jun 02:44
Compare
Choose a tag to compare

Features added:

  • Option to disable LWT.
  • New example DHT22 sensor reading.

Changes:

  • Change debug parameter from pass by reference to pointer.