Skip to content

Releases: mathieucarbou/MycilaESPConnect

v10.2.3

02 Jul 19:40
577e16c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.2.2...v10.2.3

v10.2.2

30 May 21:43
01b400a
Compare
Choose a tag to compare

Full Changelog: v10.2.1...v10.2.2

v10.2.1

30 May 19:20
dec8fe8
Compare
Choose a tag to compare

Full Changelog: v10.2.0...v10.2.1

v10.2.0

29 May 21:53
54b5bd8
Compare
Choose a tag to compare

This is a bug-fix release from latest changes regarding restart delay and ipv6 support.

Full Changelog: v10.1.0...v10.2.0

v10.1.0

21 May 19:22
9188d7e
Compare
Choose a tag to compare

What's Changed

  • Enable ipv6 support by @kumy in #43
  • Control the delay before ESP restart in auto-restart mode by @playmiel in #42

New Contributors

Full Changelog: v10.0.1...v10.1.0

v10.0.1

10 Apr 12:00
c28fe3f
Compare
Choose a tag to compare

Minor update:

  • Updated log line

Full Changelog: v10.0.0...v10.0.1

v10.0.0

10 Apr 11:42
988f986
Compare
Choose a tag to compare

Breaking change

  • Dropped Arduino Core 2 support. If you are still using Arduino Core 2 (which is now unsupported by Arduino team also), then use version 9 or below

  • Removed getters for information that can be found from getConfig() instead

New features

  • Added BSSID support for more stability in Mesh networks and more security.

When CaptivePortal launches, it will show the Access Point's BSSID so that satellite nodes of a Mesh network can be identified.

When selecting an access point, the BSSID is saved and will be reused.
So the board will only try to connect to this specific access point, even of some others are reachable.

If the satellite node goes down and ESPConnect cannot connect, then the Captive Portal will trigger again, so that you can re-select the new access point to connect to.

ESPConnect won't automatically re-scan and try to re-connect to another SSID with the same name, for security reasons, in order to avoid connecting to a rogue access point that would have been spawned and put with a higher signal to make the board connect to it instead of the configured one.

image

Under the hood

  • Updated dependencies

Full Changelog: v9.0.1...v10.0.0

v9.0.1

25 Mar 09:31
1e524c0
Compare
Choose a tag to compare

Breaking change

  • Moved hostname configuration inside Config class

Full Changelog: v8.1.0...v9.0.1

v8.1.0

25 Mar 09:00
1c50bfc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0...v8.1.0

v8.0.0

14 Mar 21:55
ce53039
Compare
Choose a tag to compare
  • Ability to disable Captive Portal with -D ESPCONNECT_NO_CAPTIVE_PORTAL
  • Allow to disable std::string with -D ESPCONNECT_NO_STD_STRING
  • Dropped Arduino 2 support for ETH SPI Boards like Lilygo-T-ETH-S3

Full Changelog: v7.2.2...v8.0.0