nodemcu-firmware/app
dnc40085 5b375cfe50 Copied changes from dev branch, commit f13c5c6 from Wayne Bartnick
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
2015-05-11 05:06:48 -07:00
..
cjson fix cjson.encode() when in integer version 2015-03-18 19:37:47 +08:00
coap default build with coap, reduce coap module mem usage 2015-03-15 20:12:29 +08:00
driver fix #175 2015-02-05 01:42:14 +08:00
include merge from dev 2015-03-20 20:15:38 +08:00
json source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
libc merge cjson and dev to master, make a stable release 2015-03-18 14:22:17 +08:00
lua merge from dev 2015-03-20 20:15:38 +08:00
lwip Add newline at the file end of dummy.c 2015-02-16 22:14:37 +08:00
modules Copied changes from dev branch, commit f13c5c6 from Wayne Bartnick 2015-05-11 05:06:48 -07:00
mqtt fixes nodemcu/nodemcu-firmware#155 lwt qos, retain, change header support MQTT 3.1.1 2015-01-31 11:49:24 +07:00
platform ROM flash size can changed with detected size, fixed #283. 2015-03-16 05:40:43 +08:00
smart minor fix 2015-03-20 19:42:10 +08:00
spiffs minor fix 2015-03-20 19:42:10 +08:00
ssl deep optimizing ram usage 2015-01-07 01:15:38 +08:00
u8glib SPI comm function, untested 2015-02-20 11:07:52 +01:00
upgrade Fix UPGRADE_DBG when in DEVELOP_VERSION. 2015-01-27 13:48:10 +08:00
user ROM flash size can changed with detected size, fixed #283. 2015-03-16 05:40:43 +08:00
wofs Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
.gitignore seperate user_config.h to speed-up compile when modules disabled/enabled 2015-03-06 11:59:04 +08:00
Makefile json port from cjson. not work yet 2015-03-16 09:00:33 +08:00