- 20 Aug, 2016 1 commit
-
-
Marcel Stör authored
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.
-
- 19 Aug, 2016 1 commit
-
-
Marcel Stör authored
Fixes #1453
-
- 18 Aug, 2016 1 commit
-
-
Luís Fonseca authored
-
- 14 Aug, 2016 1 commit
-
-
Yury Popov authored
-
- 13 Aug, 2016 1 commit
-
-
Luís Fonseca authored
Fixes #1366
-
- 11 Aug, 2016 1 commit
-
-
Marcel Stör authored
* Allow to override User-Agent and Host HTTP headers Fixes #1410 Idea borrowed from (unmerged) #1157 * Do not send port for host header for default ports
-
- 04 Aug, 2016 1 commit
-
-
Marcel Stör authored
-
- 02 Aug, 2016 4 commits
-
-
Yury Popov authored
-
Yury Popov authored
-
Arnim Läuger authored
To avoid crash in DHCP big packages modify option length from 312 to MTU - IPHEAD(20) - UDPHEAD(8) - DHCPHEAD(236).
-
Arnim Läuger authored
-
- 24 Jul, 2016 1 commit
-
-
Marcel Stör authored
-
- 22 Jul, 2016 1 commit
-
-
Arnim Läuger authored
-
- 20 Jul, 2016 2 commits
-
-
Thomas Soëte authored
-
Thomas Soëte authored
-
- 19 Jul, 2016 2 commits
-
-
Arnim Läuger authored
-
bert hubert authored
-
- 17 Jul, 2016 2 commits
-
-
Arnim Läuger authored
-
Marcel Stör authored
-
- 10 Jul, 2016 1 commit
-
-
Yury Popov authored
-
- 28 Jun, 2016 2 commits
-
-
Jonathan Karras authored
Port of @pstolarz work on PaulStoffregen/OneWire#8
-
FrankX authored
-
- 26 Jun, 2016 2 commits
-
-
Philip Gladstone authored
-
moononournation authored
* update esptool.py to v1.2-dev * add 64 Mbit and 128 Mbit support
-
- 16 Jun, 2016 1 commit
-
-
vsky authored
* gpio.serout going asynchronous * fixing several issues following PR comments
-
- 15 Jun, 2016 2 commits
-
-
Arnim Läuger authored
-
Jonathan Karras authored
Some virtual hosts break if the port is added in the headers.
-
- 10 Jun, 2016 1 commit
-
-
Konrad Hübner authored
* added fadeIn, faceOut and shift to ws2812 module * improvements to rotate, unified fade method shift renamed to rotate and usage of more efficient memory operations. fadeIn and fadeOut unified into fade method with optional parameter for direction. * rename method to "shift" with optional mode parameter
-
- 05 Jun, 2016 6 commits
-
-
Arnim Läuger authored
* Add pcm module. * Add network streaming example. * document hw_timer dependency with pwm * Add vu peak callback.
-
Philip Gladstone authored
Fixes #1164 and thus also #1150, #1149, #1147 and #898. * Move to latest version of SPIFFS * Add SPIFFS porting layer for NodeMCU * Add option to delete output if it doesn't fit * Change FLASHSIZE to be in bits by default: default 4mb 32mb * Add SPIFFS_MAX_FILESYSTEM_SIZE override * Add notes on SPIFFS_FIXED_LOCATION * Add 1M boundary * Include the current version of the LICENSE
-
Jason Schmidlapp authored
-
Jason Schmidlapp authored
-
Jason Schmidlapp authored
-
dnc40085 authored
-
- 03 Jun, 2016 3 commits
-
-
FrankX authored
This change shows the assigned IP address when connected using EUS
-
Arnim Läuger authored
* add caching for multi-byte transfers handle HSPI /CS in examples * push similar code snippets into macro
-
Sebastian authored
-
- 27 May, 2016 3 commits
-
-
dnc40085 authored
Moved call from `luaopen_wifi (wifi.c)` to `user_rf_pre_init (user_main.c)` Note: This change adds ~440 us to boot time
-
Arnim Läuger authored
-
Philip Gladstone authored
Chain unhandled load_store exceptions to SDK exception handler
-