mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* Radio:: getLastSNR(), getLastRSSI()
* MESH_PACKET_LOGGING
This commit is contained in:
parent
cc5f21ab09
commit
20cd756c88
6 changed files with 26 additions and 13 deletions
|
|
@ -21,8 +21,8 @@
|
|||
|
||||
#if MESH_DEBUG && ARDUINO
|
||||
#include <Arduino.h>
|
||||
#define MESH_DEBUG_PRINT(...) Serial.printf(__VA_ARGS__)
|
||||
#define MESH_DEBUG_PRINTLN(F, ...) Serial.printf(F "\n", ##__VA_ARGS__)
|
||||
#define MESH_DEBUG_PRINT(F, ...) Serial.printf("DEBUG: " F, ##__VA_ARGS__)
|
||||
#define MESH_DEBUG_PRINTLN(F, ...) Serial.printf("DEBUG: " F "\n", ##__VA_ARGS__)
|
||||
#else
|
||||
#define MESH_DEBUG_PRINT(...) {}
|
||||
#define MESH_DEBUG_PRINTLN(...) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue