Skip to content

Releases: hpsaturn/esp32-wifi-cli

v0.3.3 rev047

10 Nov 20:27
v0.3.3
22cfc06
Compare
Choose a tag to compare

56d924d Merge pull request #26 from hpsaturn/recurrency_error_fix
89b27cc added some mutex and improvements for multi threads
176448a refactor deprecated methods
b8644c5 Merge pull request #25 from hpsaturn/recurrency_error_fix
fb1045b fixed some recurrency issues and added some overload methods
50e57b7 Merge pull request #23 from hpsaturn/improv_silent_mode
355c80f v0.3.3 silent flag improvement and other minors
6d8520a added missing debug messages to silent schema

Details:

Full Changelog: v0.3.2...v0.3.3

v0.3.2 rev046

23 Oct 19:23
v0.3.2
deef05d
Compare
Choose a tag to compare

043edba Merge pull request #22 from hpsaturn/fix_warnnings
10202bd v0.3.2 fixed some minor warnnings and improved samples
34faeec improved sample. Added color method and fix minors
57a71b1 fixed some warnning and possible issue with blink demo

Full Changelog: v0.3.1...v0.3.2

v0.3.1 rev045

29 Sep 09:45
v0.3.1
cb0782a
Compare
Choose a tag to compare

cb0782a v0.3.1 power consumption and telnet init improvements
cf93078 Merge pull request #20 from hpsaturn/av/fix_nmcli_up_issue
990375e power saving improvement and telnet init issue resolved
1638ff5 refactor for speacial no-auto situation
6e56725 provisional workaround around power consumption without wifi

v0.3.0 rev044

04 Sep 07:58
v0.3.0
d938c07
Compare
Choose a tag to compare

What's Changed

  • Improv serialterminal by @hpsaturn in #12
  • migrated integration tests with the new specs by @hpsaturn in #13
  • added Telnet alternative for remote shell and its sample by @hpsaturn in #15
  • Disable Telnet via build flag and minors refactors by @hpsaturn in #16
  • Telnet enable disable persistence and improvements by @hpsaturn in #17
  • new command: auto: auto connect enable/disable flag by @hpsaturn in #18
  • Shell Terminal migration to Shellminator by @hpsaturn in #14

Full Changelog: v0.2.2...v0.3.0

v0.2.2 rev043

14 Jan 14:41
v0.2.2
9e32e80
Compare
Choose a tag to compare

7dfb64f v0.2.2 Pio env refactor. New MDNS utility sample.
5b137b7 MDNS test. Basic tools: host, getIp.
10aeab8 fix typo issue on install step
1be6ba3 added set hostname command to MDNS example
238e2db added MDNS example (fails for now)

v0.2.1 rev042

18 Feb 10:21
Compare
Choose a tag to compare

76134be added workaround for ESP32C3 Lolin boards (and similar)
3c2b069 new example to show how to have a "fail-safe" mode in setup
7307a8e workaround for esp32c3 boards. It needs global build definition

v0.2.0 rev041

12 Feb 12:18
1fe1b84
Compare
Choose a tag to compare

0410579 v0.2.0 release with new API calls and improvements
f6e75f4 updated advanced examples with call mocks
471fb7d two new api calls: disableConnectInBoot and clearSettings
2afe136 testing new callback method to have wifi information

v0.1.6 rev040

08 Sep 07:41
b17f8a4
Compare
Choose a tag to compare

2022-09-08 09:40:09 +0200 b17f8a4 Merge pull request #6 from hpsaturn/fix_esp32c3_issue

v0.1.5 rev039

27 Jul 23:35
ca2d668
Compare
Choose a tag to compare

5d60a64 fixed issue on delete network method. Bad pref end call

v0.1.4 rev038

21 Jul 07:15
ca2d668
Compare
Choose a tag to compare

Full application using it:

cryptopanel_preview

2022-07-21 09:12:56 +0200 ca2d668 Merge pull request #4 from hpsaturn/devel