- 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
-
- 17 Apr, 2016 2 commits
-
-
Marcel Stör authored
-
Philip Gladstone authored
* Auto autobaud detection by default * Added stopping the autobaud if explicitly configured * Add note about auto-baud to the uart.md
-
- 15 Apr, 2016 1 commit
-
-
Johny Mattsson authored
* Provide an error code to SNTP error callback. * Switch SNTP to use ephemeral port. In case we're being hit by ISP-level thou-shall-not-run-NTP silliness.
-
- 11 Apr, 2016 2 commits
-
-
Arnim Läuger authored
-
Falk Kühnel authored
-
- 09 Apr, 2016 2 commits
-
-
Philip Gladstone authored
Fix failure to compile Move the check into the http module Reverted change
-
Philip Gladstone authored
-
- 03 Apr, 2016 2 commits
-
-
Marcel Stör authored
-
Philip Gladstone authored
Merging as suggested by @TerryE (and squashing at the same time. Turns out that this feature is enabled for this repo). * Squashed commit of the following: commit f985f10d9d2ee035f5a6ee6245c60d9904d98cc1 Author: philip <philip@gladstonefamily.net> Date: Sun Mar 27 21:52:46 2016 -0400 Better mdns code commit 6ee49ee106274bc63f6309047e57f7bc9828523e Author: philip <philip@gladstonefamily.net> Date: Fri Mar 25 23:25:11 2016 -0400 Update the docs commit 7e455541c6f2531824cfb2419d051f1306935fdf Author: philip <philip@gladstonefamily.net> Date: Thu Mar 24 21:58:16 2016 -0400 Add retries and buffer checking to mdns Get the length right Now it seems to work * Might work for combined mode * Fix crash * Simplified various bits of code. Changed the LUA interface Added checking (to some degree) incoming quyery types Move the defaults to the right place Added reference to the RFC`
-
- 02 Apr, 2016 4 commits
-
-
Marcel Stör authored
-
Philip Gladstone authored
Update mqtt documentation indicating the limitations of callbacks
-
Jason Follas authored
* Corrected CPOL/CPHA relationships * Simplified to remove duplicated code * Removed comments about when MISO is sampled. ESP seems to sample MISO on same clock edge as when MOSI is set.
-
Rick Lettow authored
unsubscribe() and publish() callback functions.
-
- 01 Apr, 2016 5 commits
-
-
Arnim Läuger authored
* add doc for net methods - net.socket:getpeer() - net.server:on() - net.server:send() * document net.multicast[Join|Leave]()
-
Johny Mattsson authored
EUS JS select fix, part 2
-
Johny Mattsson authored
Expose SDK event monitor
-
dnc40085 authored
Implement SDK event monitor Move wifi status event monitor code into seperate file (app/modules/wifi_eventmon.c) Modify wifi lua callback registration code. Add Functions wifi.ap.deauth and wifi.sta.getrssi Rework wifi event monitor to use tasking interface fix for Lua coroutine compatibility issue Made changes Suggested by TerryE Also, moved code that sets the default host name out of luaopen_wifi_init and into a separate function and added a post_task_low entry in it's place. Replaced some if test then return error lines with luaL_argcheck Add check for malloc null return in wifi.eventmon to catch out of memory errors
-
Robert Foss authored
-
- 31 Mar, 2016 3 commits
-
-
Marcel Stör authored
Document net.socket:hold() and unhold()
-
Marcel Stör authored
Fixed EUS password/ssid decoding.
-
Johny Mattsson authored
-