- 12 May, 2015 1 commit
-
-
dnc40085 authored
-
- 11 May, 2015 3 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
-
- 07 May, 2015 1 commit
-
-
dnc40085 authored
-
- 29 Apr, 2015 1 commit
-
-
dnc40085 authored
Added constants PHYMODE_B, PHYMODE_G, PHYMODE_N to wifi module
-
- 27 Apr, 2015 1 commit
-
-
dnc40085 authored
-
- 15 Apr, 2015 1 commit
-
-
Kevin Uhlir authored
net.multicastJoin(if_ip, multicast_ip) net.multicastLeave(if_ip, multicast_ip) if_ip is a string containing the interface ip to join/leave the multicast group. multicast_ip is the multicast ip of the group to join/leave. if_ip can be "" or "any" to affect all interfaces.
-
- 10 Apr, 2015 1 commit
-
-
Kirill authored
According to NodeMCU team recommendations.
-
- 18 Mar, 2015 3 commits
- 17 Mar, 2015 2 commits
-
-
funshine authored
-
Markus Gritsch authored
This function allows setting the CPU frequency to node.CPU80MHZ or node.CPU160MHZ.
-
- 16 Mar, 2015 3 commits
- 15 Mar, 2015 5 commits
- 13 Mar, 2015 1 commit
-
-
devsaurus authored
-
- 12 Mar, 2015 2 commits
- 11 Mar, 2015 3 commits
- 09 Mar, 2015 1 commit
-
-
funshine authored
-
- 06 Mar, 2015 2 commits
- 03 Mar, 2015 2 commits
-
-
Markus Gritsch authored
I am sorry, I made an error in my last pull request and accidentally removed ROM_MODULES_U8G. Here is it back again.
-
Markus Gritsch authored
There seems to be interest in using the more intuitive RGB byte order to specify the LED color. Also fixed the documentation.
-
- 01 Mar, 2015 2 commits
- 25 Feb, 2015 2 commits
-
-
devsaurus authored
-
Ezekiel-DA authored
Made file.seek() return nil on error / EOF, as specified in documentation, instead of returning true.
-
- 20 Feb, 2015 3 commits