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 0af92d1 commit da73b4aCopy full SHA for da73b4a
src/mt_internals.h
@@ -7,6 +7,8 @@
7
#define MT_SOFTWARESERIAL_SUPPORTED
8
#endif
9
10
+#include "Meshtastic.h"
11
+
12
extern bool mt_debugging;
13
void mt_debug_print(const char * s);
14
#define d(s) mt_debug_print(s)
0 commit comments