firmware: add persistent level calibration
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
#include "sensor_state.h"
|
||||
void initRs485(HardwareSerial& serial);
|
||||
void publishSensorStatus(HardwareSerial& serial, const ImuState& imu, const GpsState& gps);
|
||||
|
||||
void pollRs485Commands(HardwareSerial& serial, const ImuState& imu);
|
||||
void publishCalibrationResult(HardwareSerial& serial, const String& result);
|
||||
|
||||
Reference in New Issue
Block a user