* Radio:: getLastSNR(), getLastRSSI()

* MESH_PACKET_LOGGING
This commit is contained in:
Scott Powell 2025-01-15 17:02:49 +11:00
parent cc5f21ab09
commit 20cd756c88
6 changed files with 26 additions and 13 deletions

View file

@ -41,9 +41,9 @@
#error "need to provide a 'board' object"
#endif
#define FLOOD_SEND_TIMEOUT_MILLIS 6000
#define DIRECT_TIMEOUT_BASE 1000
#define DIRECT_TIMEOUT_FACTOR 400 // per hop millis
#define FLOOD_SEND_TIMEOUT_MILLIS 8000
#define DIRECT_TIMEOUT_BASE 1500
#define DIRECT_TIMEOUT_FACTOR 800 // per hop millis
/* -------------------------------------------------------------------------------------- */