1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-23 08:45:22 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
8e50cdb190 Updater.cpp:
- use new AutoInterruptLock
 - add delay to give the RTOS some time to handle TCP

WiFiClient.cpp
 - add stopAllexcepted to cancel all TCP excepted one

ClientContext.h
 - add getLocalPort()

ESP8266HTTPUpdate.cpp
 - close all not needed TCP and UDP

osapi.h
 - missing commit from SDK
2015-08-29 13:45:58 +02:00
b17a531059 Fix an error when including debug.h from C 2015-06-19 17:29:49 +03:00
eb37830238 move hexdump declaration to debug.h 2015-05-14 02:48:30 +03:00
aa6e0ce54f Disable TCP/UDP debug by default 2015-02-01 01:51:46 +03:00
6aaa9ab3e6 Implement atoi, ltoa, dtostrf 2014-12-23 12:33:33 +03:00
77af5da58f Clean up ets_printf declarations 2014-12-18 18:45:22 +03:00
4648024946 Add circular buffer implementation 2014-12-01 00:36:07 +03:00