- 20 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Plus boat-load of fixes to actually make that build.
-
- 04 Jan, 2016 1 commit
-
-
dnc40085 authored
-
- 03 Jan, 2016 2 commits
- 16 Dec, 2015 2 commits
-
-
Johny Mattsson authored
Module creation & registration now made a lot simpler. In essence, each module file is now self-contained and only needs a NODEMCU_MODULE(MYNAME, "myname", myname_map, luaopen_myname); line to both be automatically recognised by the Lua initialization as well as honor the LUA_USE_MODULES_MYNAME #define.
-
TerryE authored
carrying on Johny's edits as per my comments on #810
-
- 12 Dec, 2015 1 commit
-
-
Johny Mattsson authored
As per #810 & #796, only LUA_OPTIMIZE_MEMORY=2 & MIN_OPT_LEVEL=2 are supported when building. This commit effects that limitation. With this change modules/auxmods.h no longer needs to be updated for every new module, nor do module writers need to cater for a hypothetical LUA_OPTIMIZE_MEMORY < 2 scenario.
-
- 06 Nov, 2015 1 commit
-
-
dnc40085 authored
Remove unnecessary code
-
- 05 Nov, 2015 1 commit
-
-
dnc40085 authored
-
- 04 Nov, 2015 3 commits
- 12 Oct, 2015 1 commit
-
-
Johny Mattsson authored
Needs testing.
-
- 31 Aug, 2015 1 commit
-
-
Jakub authored
Fixed a bug which prevented from setting unprotected AP
-
- 14 Jul, 2015 2 commits
- 10 Jul, 2015 1 commit
-
-
Johny Mattsson authored
-
- 03 Jul, 2015 1 commit
-
-
vowstar authored
Espressif open-source android and iOs APP, See also https://github.com/espressifapp Note: Must use ESP-TOUCH-V021 in espressif app history.
-
- 27 Jun, 2015 1 commit
-
-
vowstar authored
added wifi.ap.getconfig() by @md5crypt https://github.com/nodemcu/nodemcu-firmware/pull/500/files#diff-81824fe90d00138d98b6e9f0d7d8c7dcL1458.
-
- 24 Jun, 2015 1 commit
-
-
Luna authored
-
- 01 Jun, 2015 2 commits
- 23 May, 2015 1 commit
-
-
dnc40085 authored
-
- 20 May, 2015 1 commit
-
-
dnc40085 authored
-
- 18 May, 2015 1 commit
-
-
dnc40085 authored
-
- 12 May, 2015 5 commits
- 11 May, 2015 4 commits
-
-
dnc40085 authored
-
dnc40085 authored
-
dnc40085 authored
wifi.sta.config (wifi_station_config): - range checking password length (8~64) wifi.ap.config (wifi_ap_config): - range checking ssid length (1~32) - range checking pwd length (8~64) - new params: - auth: wifi.OPEN, wifi.WPA_PSK, wifi.WPA2_PSK, wifi.WPA_WPA2_PSK - default WITH pwd: wifi.WPA_WPA2_PSK - default WITHOUT pwd: wifi.OPEN - channel: 1~13 (default: 6) - hidden: 0/1 (default: 0) - max: 1~4 (default: 4) - beacon: 100~60000ms (default: 100) wifi.ap.getclient (wifi_ap_listclient): - returns table(mac,ip) of all connected clients wifi.ap.dhcp: - new submodule - config (wifi_ap_dhcp_config), returns start/end ips - params: - start (e.g., "192.168.1.100") - end ip calculated from wifi.ap.config.max - start (wifi_ap_dhcp_start), returns boolean - stop (wifi_ap_dhcp_stop), returns boolean
-
dnc40085 authored
-
- 09 May, 2015 3 commits
- 07 May, 2015 2 commits
- 29 Apr, 2015 1 commit
-
-
dnc40085 authored
Added constants PHYMODE_B, PHYMODE_G, PHYMODE_N to wifi module
-