more sensorData menu

This commit is contained in:
2023-09-10 13:00:12 +02:00
parent 7c8406f438
commit ad560e7d16
9 changed files with 119 additions and 212 deletions
+2
View File
@@ -34,6 +34,8 @@ class CalcAzimuth : public Component {
int16_t getAzimuth() const { return this->calcAzimuth; }
State getState() const { return this->state; }
static String stateToString(State state);
private:
void run() override;
void updateAzimuth();