Skip to content

Releases: mathieucarbou/MycilaESPConnect

v10.6.0

11 Feb 17:58
853861e

Choose a tag to compare

What's Changed

  • Updated Arduino Core
  • Updated dependencies
  • FIX: after a failed attempt, trying to reconnect was sometimes not working and required another attempt
  • FEAT: added manual connection mode by @playmiel in #55
Capture d’écran 2026-02-11 à 18 51 42 Capture d’écran 2026-02-11 à 18 51 51

Note: manual connection mode bypasses the WiFi connection test and can be used to force a connection to an SSID, whether it exists or not.

Full Changelog: v10.5.1...v10.6.0

v10.5.1

12 Nov 12:35
0e8156b

Choose a tag to compare

Full Changelog: v10.5.0...v10.5.1

v10.5.0

09 Nov 20:35
c1215bf

Choose a tag to compare

Changes

  • Activated support for IPv6 for ETH boards
  • Reverted change SPI.begin() call

⚠️ IPv6 does not seem to work on board wt32-eth01 Ethernet interface (probably caused by a board limitation), but works on ETH boards using W5500 on SPI.

Full Changelog: v10.4.1...v10.5.0

v10.4.1

08 Nov 21:11
03cbee6

Choose a tag to compare

Changes

  • Updated to Arduino Core 3.3.3
  • Refactored code to use hasIPxx() flavors

Full Changelog: v10.4.0...v10.4.1

v10.4.0

30 Oct 11:58
e72103b

Choose a tag to compare

What's Changed

  • WiFi connection test to validate user WiFi info by @playmiel in #52

Full Changelog: v10.3.4...v10.4.0

v10.3.4

25 Oct 17:59
cb56fc1

Choose a tag to compare

changes

Full Changelog: v10.3.3...v10.3.4

v10.3.3

07 Oct 08:23
8e933e1

Choose a tag to compare

Changes

  • Little code cleanup

Full Changelog: v10.3.2...v10.3.3

v10.3.2

18 Sep 20:44
f875020

Choose a tag to compare

Changes

  • FIX: Captive Portal was not starting with ETH boards

Full Changelog: v10.3.1...v10.3.2

v10.3.0

11 Sep 12:51
6428fc1

Choose a tag to compare

What's Changed

  • project source code reorganization
  • fix issue with DHCP on CP when WiFi connection times out on Arduino Core 3.x
  • best access point when multiple networks have the same name. by @playmiel in #51 (added RSSI in UI)

Full Changelog: v10.2.4...v10.3.0

What's Changed

  • best access point when multiple networks have the same name. by @playmiel in #51

Full Changelog: v10.2.4...v10.3.0

v10.2.4

18 Aug 11:00
e687cd0

Choose a tag to compare

BUG FIX: wrong IP was set in AP mode! 4.3.2.1 was set instead of 192.168.4.1. 4.3.2.1 is the IP used for captive portal.

Full Changelog: v10.2.3...v10.2.4