mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-19 13:48:42 +01:00
update NimBLE-Arduino
This commit is contained in:
@@ -502,8 +502,13 @@ void print_bytes(const uint8_t *bytes, int len)
|
||||
int i;
|
||||
|
||||
for (i = 0; i < len; i++) {
|
||||
MODLOG_DFLT(DEBUG, "%s0x%02x", i != 0 ? ":" : "", bytes[i]);
|
||||
MODLOG_DFLT(ERROR, "%s0x%02x", i != 0 ? ":" : "", bytes[i]);
|
||||
if(i % 30 == 0){
|
||||
MODLOG_DFLT(ERROR, "\n");
|
||||
}
|
||||
}
|
||||
|
||||
MODLOG_DFLT(ERROR, "\n");
|
||||
}
|
||||
|
||||
void print_mbuf(const struct os_mbuf *om)
|
||||
|
||||
Reference in New Issue
Block a user