- 31 Mar, 2016 1 commit
-
-
Johny Mattsson authored
enduser_setup: Fixed missing status update.
-
- 30 Mar, 2016 7 commits
-
-
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
-
- 23 Mar, 2016 2 commits
-
-
UncleRedz authored
Example of an u8glib draw loop that works with WiFi by keeping the draw loop execution time to a minimum.
-
Johny Mattsson authored
Remove Eclipse project files
-
- 22 Mar, 2016 3 commits
-
-
Terry Ellison authored
Enable -std=gnu11 for u8glib, ucglib, and tsl2561 dir
-
devsaurus authored
-
devsaurus authored
-
- 21 Mar, 2016 1 commit
-
-
Marcel Stör authored
-
- 20 Mar, 2016 2 commits
- 19 Mar, 2016 2 commits
-
-
Philip Gladstone authored
one line bugfix to GPIO.c -- Oops! (Finally!)
-
Philip Gladstone authored
MQTT Client - CONNACK processing
-
- 18 Mar, 2016 1 commit
-
-
jfollas authored
# Conflicts: # app/modules/mqtt.c
-
- 17 Mar, 2016 3 commits
-
-
jfollas authored
-
Terry Ellison authored
fix for #1065
-
Terry Ellison authored
Add support for GPIO open-drain output mode.
-
- 16 Mar, 2016 2 commits
-
-
devsaurus authored
-
Terry Ellison authored
Try to make qos~=0 work better
-