Commit Graph

2184 Commits

Author SHA1 Message Date
Marcel Stör eddda24a6f Improve GitHub templates 2016-08-28 21:53:59 +02:00
dnc40085 3328c66f2c Add function `wifi.nullmodesleep()` ()
Enable auto sleep in NULL_MODE by default.
2016-08-27 11:46:24 +02:00
Marcel Stör cd6862f738 Fix list format in rtctime docs 2016-08-25 22:06:54 +02:00
Antoine 369a107041 Fix apa102 docs ()
apa102.write expects a string with channel parameters in the ABGR order.
2016-08-25 09:28:37 +02:00
Marcel Stör 5e01b51123 Make DNS engine RFC 5452 compliant ()
The original code did not deal with UDP binding failures, this new code
does one random port attempt and then sets port to 0 to get 'OS
default' behaviour, and ASSERTs that that has to work.

Patch also moves the local UDP port range definition to udp.h from
udp.c.
2016-08-20 22:19:31 +02:00
Marcel Stör 95e85c74e7 Revert "with this small fix, the DNS engine is RFC 5452 compliant because it …" () 2016-08-20 22:06:40 +02:00
bert hubert 6e25b74781 Make DNS engine RFC 5452 compliant ()
The original code did not deal with UDP binding failures, this new code does one random port attempt and then sets port to 0 to get 'OS default' behaviour, and ASSERTs that that has to work.

Patch also moves the local UDP port range definition to udp.h from udp.c.
2016-08-20 22:04:35 +02:00
Marcel Stör ced7ddc926 Fix math.floor for negative integers ()
Fixes 
2016-08-19 16:35:35 +10:00
Luís Fonseca 16051d51d6 Implement initial version for websocket module () 2016-08-18 13:59:44 +02:00
Yury Popov 3c55e8c026 MQTT memory / connection issues fix () 2016-08-14 10:32:11 +02:00
Arnim Läuger 9a062fc6f7 Increase irom0_0_seg size for all-modules build. 2016-08-14 10:19:01 +02:00
Luís Fonseca 67750c4a72 Make HTTP module follow redirects ()
Fixes 
2016-08-14 00:48:13 +02:00
Marcel Stör f2fa23c512 Fix wrong words 2016-08-11 20:41:33 +02:00
Marcel Stör 567b0a5553 Allow to override User-Agent and Host HTTP headers ()
* Allow to override User-Agent and Host HTTP headers

Fixes 

Idea borrowed from (unmerged) 

* Do not send port for host header for default ports
2016-08-11 13:22:31 +10:00
Marcel Stör 5f340f5f48 Delete http-client.lua () 2016-08-10 21:45:26 +02:00
Marcel Stör f1b479d825 Update memory address for init data 2016-08-10 09:11:24 +02:00
TonyLianLong 480d922ca5 Update bme280.md () ()
The name should be bme280.c, not bit.c .
2016-08-08 13:37:01 +02:00
Erik Kunze 276d63767d Replaced default flash rule with 4m/32m rules() 2016-08-06 21:46:42 +02:00
Marcel Stör 07aa210c50 Remove DEVKIT_VERSION_0_9 and deprecated functions () 2016-08-04 23:03:37 +02:00
Marcel Stör 98d3b46e2c Revert "documentation-only change: fixed wrong word in bme280 module doc" () 2016-08-03 22:24:20 +02:00
dirkju d55900011f Fixed typo in bme280 module doc () 2016-08-03 22:23:32 +02:00
Yury Popov f1afe7b6ab Add support for dynamic timers, deprecating the static ones () 2016-08-02 22:35:53 +02:00
Yury Popov a499716cc1 Update modules to be Lua coroutine compatible () 2016-08-02 22:33:05 +02:00
Arnim Läuger ff46abe61f Fix DHCP server heap corruption per recommendation by Espressif ()
To avoid crash in DHCP big packages modify option length from 312 to MTU - IPHEAD(20) - UDPHEAD(8) - DHCPHEAD(236).
2016-08-02 22:30:11 +02:00
Arnim Läuger 7f8a2b2c19 Update u8glib to v1.19.1 and add setContrast() () 2016-08-02 22:29:34 +02:00
Marcel Stör be047ff73c Merge branch 'dev', 1.5.4.1 master drop 2016-08-02 22:10:49 +02:00
Marcel Stör a8d984ae60 Fix merge conflicts in README.md 2016-08-02 22:09:28 +02:00
Marcel Stör 8a7007efc9 Fix typo 2016-07-31 23:16:47 +02:00
snosrap 8cd5e02634 Fixed `STA_DISCONNECT` typo () 2016-07-31 23:09:16 +02:00
Marcel Stör f9875f6e38 Skip connect() in init.lua 2016-07-28 07:07:39 +02:00
Marcel Stör 3eccf506d1 Add note about calling sntp.sync periodically 2016-07-25 14:28:27 +02:00
Marcel Stör aa5fd1445d Change 'formatting file system' message () 2016-07-24 14:39:42 +02:00
Marcel Stör 2cfdc6a805 Re-write the 'upgrading firmware' section in the flash docs () 2016-07-23 16:04:36 +02:00
Arnim Läuger 84c005e85c Update to SDK 1.5.4.1 () 2016-07-22 23:18:47 +02:00
Thomas Soëte 8866297c6d Remove buffer:write() as ws2812.write() handles buffers () 2016-07-20 23:04:33 +02:00
Thomas Soëte 854ad7c80f Handle two WS2812 strips in parallel using the two UARTs through GPIO2 and TXD0 () 2016-07-20 22:28:47 +02:00
Arnim Läuger 56839fb20b Add rtctime.epoch2cal() () 2016-07-19 22:01:26 +02:00
bert hubert 05baef325d Increase DNS transaction ID space from 250 to 65536 states () 2016-07-19 21:24:54 +02:00
Arnim Läuger b21b3e08aa Free HTTP headers and post data memory in disconnect and DNS failure callback () 2016-07-17 22:27:26 +02:00
Marcel Stör cc2fee5ec0 Seed CoAP message id, fixes () 2016-07-17 15:17:57 +02:00
Marcel Stör 0bbce6f845 Set admonition types correctly (subjective) 2016-07-14 22:52:30 +02:00
Marcel Stör 006787d932 Add link to doc-writing wiki page 2016-07-14 22:35:01 +02:00
Marcel Stör 76c3c7d486 Fix admonition in CoAP documentation 2016-07-14 21:32:33 +02:00
Arnim Läuger 87262404de Enable SSL for Travis PR builds () 2016-07-13 22:46:37 +02:00
Arnim Läuger a6248500b9 update init data reference to sdk 1.5.4 () 2016-07-11 23:04:47 +02:00
Yury Popov 549f42107e Update to SDK 1.5.4 () 2016-07-10 15:18:46 +02:00
Marcel Stör 6bb6996d2b Fix GitHub source code link in docs for 'latest' path 2016-07-10 00:57:50 +02:00
Marcel Stör 8394810057 Add meta info to Switec doc page 2016-07-10 00:38:42 +02:00
Harald Kubota b366bf4988 Update sntp.md ()
Extra character in the doc
2016-07-02 21:54:22 +02:00
Harald Kubota b580bfe79e Update sntp.md ()
Extra character in the doc
2016-07-02 16:21:33 +02:00