HealthCheck: added health check for logger to report if it's running (#22781)

This commit is contained in:
Jacob Dahl
2024-05-29 03:56:50 -06:00
committed by GitHub
parent b5627f487f
commit a4650fd70d
7 changed files with 130 additions and 6 deletions
+2
View File
@@ -9,6 +9,8 @@ uint8 BACKEND_MAVLINK = 2
uint8 BACKEND_ALL = 3
uint8 backend
bool is_logging
float32 total_written_kb # total written to log in kiloBytes
float32 write_rate_kb_s # write rate in kiloBytes/s