useful bluetooth debugging output

This commit is contained in:
geeksville
2020-06-13 08:28:01 -07:00
parent f54b18f733
commit dc7469c64b
3 changed files with 12 additions and 1 deletions

View File

@@ -283,6 +283,8 @@ void loop()
DEBUG_PORT.loop(); // Send/receive protobufs over the serial port
#endif
// heap_caps_check_integrity_all(true); // FIXME - disable this expensive check
#ifndef NO_ESP32
esp32Loop();
#endif