- 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 6 commits
-
-
Marcel Stör authored
Document net.socket:hold() and unhold()
-
Marcel Stör authored
Fixed EUS password/ssid decoding.
-
Johny Mattsson authored
-
Marcel Stör authored
-
Johny Mattsson authored
enduser_setup: JS select fix
-
Johny Mattsson authored
enduser_setup: Fixed missing status update.
-
- 30 Mar, 2016 9 commits
-
-
devsaurus authored
-
Robert Foss authored
-
Johny Mattsson authored
Make tmr.time() more resilient against RTC changing frequency
-
Terry Ellison authored
Fixed double-free in crypto module
-
Marcel Stör authored
Change index.html to enduser_setup.html
-
Marcel Stör authored
-
Marcel Stör authored
Add example for socket:send()
-
Bernd Meyer authored
-
Bernd Meyer authored
-
- 29 Mar, 2016 7 commits
-
-
Marcel Stör authored
Contributes to #730
-
Johny Mattsson authored
Due to the hard-close, the status message did not get sent out reliably. Connection closing logic now reworked to be nicer, while still avoiding the problem of lots of connections lingering in fin_wait.
-
Marcel Stör authored
Example of u8glib draw loop
-
-
UncleRedz authored
-
UncleRedz authored
Corrected typo in u8g documentation and added a new u8g example which demonstrate a draw loop that works correctly with WiFi.
-
Johny Mattsson authored
Improve overall enduser_setup user experience.
-
- 28 Mar, 2016 3 commits
-
-
Johny Mattsson authored
Shutting down an espconn server safely is impossible, and currently would include at least one use-after-free. Even with that patched, at best this would change things from impossible to "very tricky". The native LWIP API does not have those issues, and is still quite easy to work with.
-
Robert Foss authored
A single bug is fixed, a few features are added and overall the codebase has been worked through. - Added support for calls to /generate_204 that let's android know that the internet is accessible. - Added 10 second delay to the shutdown call to allow a final status update to be fetched by the client. - Added iframe to html to avoid having a form submission change the page. - Added support for dynamic /status responses. - Improved HTML appearance by removing AP-list button. - Improved CSS to center form, even when list of access points have loaded. - Improved debug prints to contain line numbers and not require lua_State*. - Fixed broken failure check when calling wifi_station_connect(). - Fixed unguarded malloc().
-
Marcel Stör authored
MQTT Unsubscribe support
-
- 27 Mar, 2016 2 commits
- 26 Mar, 2016 2 commits
-
-
Philip Gladstone authored
Merging on @TerryE say-so. No spurious output seen.
-
philip authored
-
- 25 Mar, 2016 2 commits
-
-
Terry Ellison authored
Shorten ucg constructors to keep them below LUA_MAX_ROTABLE_NAME
-
devsaurus authored
-