- 02 Jun, 2016 1 commit
-
-
Marcel Stör authored
-
- 01 Jun, 2016 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
- 27 May, 2016 4 commits
-
-
Marcel Stör authored
-
dnc40085 authored
Moved call from `luaopen_wifi (wifi.c)` to `user_rf_pre_init (user_main.c)` Note: This change adds ~440 us to boot time
-
Arnim Läuger authored
-
Philip Gladstone authored
Chain unhandled load_store exceptions to SDK exception handler
-
- 24 May, 2016 1 commit
-
-
Marcel Stör authored
-
- 23 May, 2016 1 commit
-
-
Arnim Läuger authored
-
- 22 May, 2016 1 commit
-
-
Marcel Stör authored
-
- 21 May, 2016 2 commits
-
-
Marcel Stör authored
-
Arnim Läuger authored
Thank you.
-
- 18 May, 2016 2 commits
-
-
Marcel Stör authored
-
Johny Mattsson authored
- Stop fighting against the SDK in terms of owning/writing the init_data block. NodeMCU included a default init_data block because originally the SDK did not, but by now it's not needed. - Expose a way to reconfigure the ADC mode from Lua land. With most people using the cloud builder and not able to change the #define for byte 107 this has been a pain point. - Less confusion about which init_data has been used. Lua code can now simply state what mode it wants the ADC to be in, and not worry about the rest of the init_data complexities such as the init_data changing location due to flashing with wrong flash_size setting, or doing/not doing a chip-erase before loading new NodeMCU firmware.
-
- 16 May, 2016 1 commit
-
-
Marcel Stör authored
-
- 15 May, 2016 1 commit
-
-
devsaurus authored
-
- 14 May, 2016 2 commits
-
-
dnc40085 authored
Update descriptions of `wifi.setmode`, `wifi.sta.config` and `wifi.ap.config` to inform user of configuration persistence.
-
Marcel Stör authored
-
- 13 May, 2016 2 commits
-
-
dnc40085 authored
* Change upper limit for timer in `tmr_register` and `tmr_interval` to reflect new limit in SDK 1.5.3. * Change documentation for `tmr.alarm()`, `tmr.interval()` and `tmr.register()` to match source. * Improve error reporting to be more descriptive.
-
http://httpbin.orgMarcel Stör authored
-
- 12 May, 2016 1 commit
-
-
Philip Gladstone authored
* Send a multicast response if it is a QM query * Use the NSEC record in the style which mDNS demands * Shuffle the code a bit and allow sending of A response... * Made the A record work * Now gets TTLs right and (I think) handles multiple questions
-
- 10 May, 2016 2 commits
-
-
Johny Mattsson authored
Fix bugs with mqtt connection error handling
-
philip authored
-
- 09 May, 2016 1 commit
-
-
Thomas Soëte authored
* Fix bug on first write Pin is 'HIGH' at reset, so we need to pull it down and generate a reset. * Move init code to flash section, not needed to be in iram. * Remove pin choice in API * Remove lock in ws2812_buffer_write * Remove naked malloc * Drop ws2812_writergb * Drop support of ws2812.buffers to ws2812_writegrb should use ws2812.buffers:write * Add support for <>3 colors per leds strips (RGBW) * Remove ICACHE_FLASH_ATTR * Add static const on _uartData to avoid initialization penalty
-
- 02 May, 2016 2 commits
-
-
Marcel Stör authored
-
dnc40085 authored
Changed Parameters in `wifi.sta.status()` to match constants in source. Fixed typo in example for `wifi.eventmon.register()`.
-
- 01 May, 2016 1 commit
-
-
Thomas Mohaupt authored
Thank you.
-
- 30 Apr, 2016 1 commit
-
-
Johny Mattsson authored
Enable -std=gnu11 for user dir
-
- 29 Apr, 2016 2 commits
-
-
devsaurus authored
-
Marcel Stör authored
-
- 28 Apr, 2016 3 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
- 26 Apr, 2016 3 commits
-
-
Johny Mattsson authored
Add issue and PR templates
-
Johny Mattsson authored
Fixed the rotary documentation to match the implementation
-
philip authored
-
- 25 Apr, 2016 1 commit
-
-
Marcel Stör authored
-
- 24 Apr, 2016 1 commit
-
-
Philip Gladstone authored
Made the code clearer
-
- 19 Apr, 2016 1 commit
-
-
Marcel Stör authored
-
- 18 Apr, 2016 1 commit
-
-
Arnim Läuger authored
-