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

11 Commits

Author SHA1 Message Date
10edfc211e debug: hexdump arguments should be const 2017-10-13 02:17:56 +08:00
2b23b005aa allow control of enabling debug and debug level from IDE 2016-01-02 12:25:39 +01:00
a5aa33f81a disable DEBUGV 2015-11-22 22:39:31 +01:00
8bf1e98f24 Improve debug output on critical errors 2015-11-21 20:04:38 +03:00
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