generated paths experiment

This commit is contained in:
Ben Meadors
2023-01-18 08:56:47 -06:00
parent 1b932c6bbe
commit 4d4af7de59
38 changed files with 46 additions and 42 deletions

View File

@@ -2,7 +2,7 @@
#include <Arduino.h>
#include "mesh/generated/mesh.pb.h" // For CriticalErrorCode
#include "mesh/generated/meshtastic/mesh.pb.h" // For CriticalErrorCode
/// A macro that include filename and line
#define RECORD_CRITICALERROR(code) recordCriticalError(code, __LINE__, __FILE__)