fix: correct XIAO RS485 UART pin mapping
This commit is contained in:
@@ -16,6 +16,7 @@ struct SensorNodeDashboardStatus {
|
||||
uint32_t framesDropped = 0;
|
||||
uint32_t parseErrors = 0;
|
||||
uint32_t oversizedFrames = 0;
|
||||
uint32_t bytesReceived = 0;
|
||||
uint32_t nodeRestarts = 0;
|
||||
uint32_t satellites = 0;
|
||||
float pitchDegrees = 0;
|
||||
@@ -29,6 +30,7 @@ struct SensorNodeDashboardStatus {
|
||||
String stability = "unknown";
|
||||
String firmwareVersion;
|
||||
String utcTime;
|
||||
unsigned long lastByteMs = 0;
|
||||
unsigned long lastFrameMs = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user