- 22 Jul, 2019 1 commit
-
-
Johny Mattsson authored
* Port LFS from ESP8266 to ESP32
-
- 21 Jun, 2019 1 commit
-
-
devsaurus authored
-
- 10 Jun, 2019 1 commit
-
-
Skirmantas Lauzikas authored
* ESP32: Add option to set IP/dns config This commit adds support for setting: * Hostname * Static IP / Dns server (Sta mode) * Changing AP network ip config * Setting DNS server IP for DHCP * ESP32: Documentation for setting IP/dns/hostname config * Documented new functions * sethostname() now returns true if success
-
- 04 Apr, 2018 1 commit
-
-
devsaurus authored
idf 3.1 connects automatically upon esp_wifi_sta_config()
-
- 30 Jun, 2017 1 commit
-
-
Lars Stenberg authored
-
- 03 Jan, 2017 1 commit
-
-
Johny Mattsson authored
Addresses one point of #1615.
-
- 30 Dec, 2016 1 commit
-
-
Johny Mattsson authored
- Switched hardcoded interrupts to new IDF interrupt allocation framework. - gpio module switched to the IDF's per-pin interrupt callback service. - Improved NodeMCU linker script since it broke with the IDF upgrade. - Various compatibility updates.
-
- 10 Dec, 2016 1 commit
-
-
Johny Mattsson authored
As discussed in #1615.
-
- 12 Nov, 2016 1 commit
-
-
Johny Mattsson authored
WiFi STA module updated to reflect IDF name changes. Platform flash and partition api updated to reflect IDF name changes. Eventually these (and the SPIFFS module) will likely need to be updated to exclusively work with the esp_partition_xxx() functions in order to support working with encrypted flash.
-
- 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.
-