mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-29 13:12:04 +00:00
stop explicitly using Serial.print for debug messages
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "mesh.pb.h"
|
||||
#include "PointerQueue.h"
|
||||
#include "MeshTypes.h"
|
||||
#include "configuration.h"
|
||||
|
||||
|
||||
|
||||
@@ -37,7 +38,7 @@ public:
|
||||
void loop();
|
||||
|
||||
/// The radioConfig object just changed, call this to force the hw to change to the new settings
|
||||
void reloadConfig() { Serial.println("FIXME add reloadConfig"); }
|
||||
void reloadConfig() { DEBUG_MSG("FIXME add reloadConfig\n"); }
|
||||
|
||||
private:
|
||||
RH_RF95 rf95; // the raw radio interface
|
||||
|
||||
Reference in New Issue
Block a user