mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +03:00
commit
b5adb1b6f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@ nbproject
|
||||
build/macosx/esptool-*-osx.zip
|
||||
|
||||
build/macosx/dist/osx-xtensa-lx106-elf.tgz
|
||||
/hardware/esp8266com/esp8266/tools
|
||||
|
@ -26,6 +26,7 @@ void ICACHE_RAM_ATTR hexdump(uint8_t *mem, uint32_t len, uint8_t cols) {
|
||||
for(uint32_t i = 0; i < len; i++) {
|
||||
if(i % cols == 0) {
|
||||
os_printf("\n[0x%08X] 0x%08X: ", mem, i);
|
||||
yield();
|
||||
}
|
||||
os_printf("%02X ", *mem);
|
||||
mem++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user