- 09 Feb, 2023 1 commit
-
-
Johny Mattsson authored
In addition to exposing additional configuration settings, it now also provides access to the wifi station power-saving control. Documentation updated, and wifi.sta.getconfig() has been documented. Not sure why that wasn't already the case.
-
- 21 Aug, 2021 1 commit
-
-
Johny Mattsson authored
Changes have been kept to a minimum, but a serious chunk of work was needed to move from 8266isms to IDFisms. Some things got refactored into components/lua/common, in particular the LFS location awareness. As part of this work I also evicted our partition table manipulation code, as with the current IDF it kept breaking checksums and rendering things unbootable, which is the opposite of helpful (which was the original intent behind it). The uart module got relocated from base_nodemcu to the modules component properly, after I worked out how to force its inclusion using Kconfig alone.
-
- 28 Jul, 2021 1 commit
-
-
Johny Mattsson authored
- Added support for WPA3 - Evicted left-over broken WiFi auto-reconnect - Updated docs
-
- 20 Jul, 2021 1 commit
-
-
Johny Mattsson authored
Only compile-tested so far. Of note is that the WiFi auto-connect (flag) functionality has been removed from the IDF, and as a follow-on so has the "auto" field in the wifi config. On the Ethernet side, support for the TLK110 PHY seems to have been removed, but on the other hand there is now new support for several others.
-
- 15 Jul, 2021 1 commit
-
-
Johny Mattsson authored
-
- 22 Jul, 2019 1 commit
-
-
Johny Mattsson authored
* Port LFS from ESP8266 to ESP32
-
- 03 Jan, 2017 1 commit
-
-
Johny Mattsson authored
Addresses one point of #1615.
-
- 10 Dec, 2016 1 commit
-
-
Johny Mattsson authored
As discussed in #1615.
-
- 06 Oct, 2016 1 commit
-
-
Johny Mattsson authored
-
- 04 Oct, 2016 1 commit
-
-
Johny Mattsson authored
Station connect/disconnect/scan, plus event handling via wifi.on().
-
- 03 Oct, 2016 1 commit
-
-
Johny Mattsson authored
Note need to use explicit wifi.start() at this point.
-