- 24 Jun, 2015 1 commit
-
-
Luna authored
-
- 19 Jun, 2015 2 commits
- 18 Jun, 2015 3 commits
- 11 Jun, 2015 2 commits
- 07 Jun, 2015 1 commit
-
-
cal authored
Problem with multiple MQTT subscriptions #459 https://github.com/nodemcu/nodemcu-firmware/issues/459 Fix possible wrong buffer pointer increment.
-
- 05 Jun, 2015 1 commit
-
-
Johny Mattsson authored
This releases 1168 bytes back to the heap.
-
- 04 Jun, 2015 1 commit
-
-
cal authored
Problem with multiple MQTT subscriptions #459 https://github.com/nodemcu/nodemcu-firmware/issues/459 Fix possible wrong buffer pointer increment.
-
- 02 Jun, 2015 1 commit
-
-
Johny Mattsson authored
-
- 01 Jun, 2015 2 commits
- 28 May, 2015 4 commits
- 26 May, 2015 1 commit
-
-
makefu authored
Add the original ws2812.write() function which does not scramble the buffer while preserving the 'new' ws2812.writergb. With this everybody should be happy again
-
- 23 May, 2015 2 commits
- 20 May, 2015 1 commit
-
-
dnc40085 authored
-
- 19 May, 2015 1 commit
-
-
HuangRui authored
-
- 18 May, 2015 1 commit
-
-
dnc40085 authored
-
- 17 May, 2015 1 commit
-
-
Jorge Mesquita authored
added net.dns.setdnsserver('ip',[index]), net.dns.getdnsserver([index]), net.dns.resolve('domain.com', function cb('ip' or nil if fail) ) modified: app/modules/net.c
-
- 15 May, 2015 2 commits
- 14 May, 2015 2 commits
- 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 2 commits