mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Hexdump fix&update (#7831)
* hexdump() must be "C"; add ascii data in dump * remove previous version
This commit is contained in:
@ -103,6 +103,7 @@ extern "C" {
|
||||
int ets_printf (const char* fmt, ...) __attribute__ ((format (printf, 1, 2)));
|
||||
#define os_printf_plus printf
|
||||
#define ets_vsnprintf vsnprintf
|
||||
inline void ets_putc (char c) { putchar(c); }
|
||||
|
||||
int mockverbose (const char* fmt, ...) __attribute__ ((format (printf, 1, 2)));
|
||||
|
||||
|
@ -16,6 +16,7 @@ libraries/Wire
|
||||
libraries/lwIP*
|
||||
cores/esp8266/Lwip*
|
||||
cores/esp8266/core_esp8266_si2c.cpp
|
||||
cores/esp8266/debug*
|
||||
libraries/Netdump
|
||||
"
|
||||
|
||||
|
Reference in New Issue
Block a user