- 10 Jul, 2015 2 commits
-
-
Johny Mattsson authored
Added Lua module rtctime to interface with it. This keeps as accurate time as is possible on the ESP8266, including across deep sleeps (provided rtctime.dsleep() is used rather than node.dsleep()). Intended to be used together with NTP for high accuracy time keeping. The API is via rtctime.{get,set}timeofday(), working from Unix epoch. Note that 160MHz CPU clock is not currently supported by the rtctime code, as it is only aware of the 52MHz boot clock and the regular 80Mhz default clock. See rtctime.h for detailed info on how this all works. -
Johny Mattsson authored
Added Lua access module named "rtcmem" for read/write of RTC user module.
-
- 03 Jul, 2015 3 commits
-
-
vowstar authored
-
vowstar authored
If NodeMCU can't connect Wi-Fi, please use it. After reboot, all will be OK. RESTORE ITEMS: wifi_station_set_auto_connect, wifi_set_phy_mode, wifi_softap_set_config, wifi_station_set_config, wifi_set_opmode.
-
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.
-
- 01 Jul, 2015 1 commit
-
-
Konrad Beckmann authored
-
- 29 Jun, 2015 2 commits
- 27 Jun, 2015 5 commits
-
-
Mike Wen authored
-
Mike Wen authored
-
vowstar authored
added wifi.ap.getconfig() by @md5crypt https://github.com/nodemcu/nodemcu-firmware/pull/500/files#diff-81824fe90d00138d98b6e9f0d7d8c7dcL1458.
-
vowstar authored
-
Johny Mattsson authored
-
- 24 Jun, 2015 2 commits
- 20 Jun, 2015 1 commit
-
-
MarsTechHAN authored
Make the net api universe Callback Format -> function(conn,ip)
-
- 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
-