We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff7bd0 commit c689274Copy full SHA for c689274
hal/transport/MyTransportHAL.cpp
@@ -39,8 +39,10 @@ bool transportHALInit(void)
39
hwReadConfigBlock((void *)transportPSK, (void *)EEPROM_RF_ENCRYPTION_AES_KEY_ADDRESS,
40
sizeof(transportPSK));
41
#endif
42
+#if defined(MY_DEBUG_VERBOSE_TRANSPORT_HAL)
43
hwDebugBuf2Str((const uint8_t *)transportPSK, sizeof(transportPSK));
44
TRANSPORT_HAL_DEBUG(PSTR("THA:INIT:PSK=%s\n"),hwDebugPrintStr);
45
+#endif
46
47
bool result = transportInit();
48
0 commit comments