mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-05 13:14:45 +00:00
oops - can't call DEBUG_MSG this early on ESP32
This commit is contained in:
parent
5847f94ece
commit
463666aec5
@ -36,9 +36,11 @@ Allocator<MeshPacket> &packetPool = staticPool;
|
|||||||
*/
|
*/
|
||||||
Router::Router() : fromRadioQueue(MAX_RX_FROMRADIO)
|
Router::Router() : fromRadioQueue(MAX_RX_FROMRADIO)
|
||||||
{
|
{
|
||||||
DEBUG_MSG("Size of NodeInfo %d\n", sizeof(NodeInfo));
|
// This is called pre main(), don't touch anything here, the following code is not safe
|
||||||
|
|
||||||
|
/* DEBUG_MSG("Size of NodeInfo %d\n", sizeof(NodeInfo));
|
||||||
DEBUG_MSG("Size of SubPacket %d\n", sizeof(SubPacket));
|
DEBUG_MSG("Size of SubPacket %d\n", sizeof(SubPacket));
|
||||||
DEBUG_MSG("Size of MeshPacket %d\n", sizeof(MeshPacket));
|
DEBUG_MSG("Size of MeshPacket %d\n", sizeof(MeshPacket)); */
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user