- 15 Oct, 2015 1 commit
-
-
Johny Mattsson authored
-
- 12 Oct, 2015 5 commits
-
-
Johny Mattsson authored
It was piggybacking on the Lua readline timer which no longer exists. Also cleaned up injection of Lua commands via CoAP & node.input().
-
Johny Mattsson authored
Needs testing.
-
Johny Mattsson authored
Again, the os_xxx version has been removed from the SDK.
-
Johny Mattsson authored
The os_intr_xxx macros no longer exist in the SDK.
-
Johny Mattsson authored
Both "c_types.h" and "lwip/ip_addr.h" don't get included indirectly anymore.
-
- 03 Oct, 2015 1 commit
-
-
devsaurus authored
-
- 01 Oct, 2015 1 commit
-
-
Robert Foss authored
-
- 30 Sep, 2015 2 commits
-
-
Robert Foss authored
-
Robert Foss authored
-
- 27 Sep, 2015 1 commit
-
-
Robert Foss authored
-
- 19 Sep, 2015 1 commit
-
-
Robert Foss authored
-
- 17 Sep, 2015 9 commits
- 14 Sep, 2015 1 commit
-
-
Robert Foss authored
-
- 12 Sep, 2015 1 commit
-
-
Robert Foss authored
-
- 10 Sep, 2015 1 commit
-
-
Robert Foss authored
The module will start a SoftAP, DNS, HTTP server acting as a captive portal. The portal will have the SSID SetupGadget and will serve a website where credentials for the end users WLAN can be submitted. Once valid credentials have been submitted and used to connect to the local WLAN this module will stop. This module requires USE_DNS to enabled in dhcpserver.h
-
- 31 Aug, 2015 1 commit
-
-
Jakub authored
Fixed a bug which prevented from setting unprotected AP
-
- 23 Aug, 2015 3 commits
- 22 Aug, 2015 5 commits
- 21 Aug, 2015 1 commit
-
-
aeprox authored
-
- 16 Aug, 2015 1 commit
-
-
Konrad Beckmann authored
B5 was calculated with some precision loss before.
-
- 10 Aug, 2015 1 commit
-
-
devsaurus authored
-
- 09 Aug, 2015 1 commit
-
-
devsaurus authored
-
- 05 Aug, 2015 1 commit
-
-
devsaurus authored
don't free unallocated memory
-
- 03 Aug, 2015 1 commit
-
-
Konrad Beckmann authored
-
- 31 Jul, 2015 1 commit
-
-
Johny Mattsson authored
Also made the cache on/off configurable via user_config.h. Uncached writes are not a very good idea, but for read-only deployments a further ~0.5k RAM can be gained by disabling the cache. Tweaked the file.read() workhorse to read large chunks at a time rather than use getc(), to compensate for potential unavailability of cache.
-