v1.12.0 #269

Merged
muellerr merged 493 commits from develop into main 2022-07-04 11:19:05 +02:00
Showing only changes of commit a787de531b - Show all commits

View File

@ -23,7 +23,7 @@ class TemperatureSensorsDummy : public ExtendedControllerBase {
private:
int iteration = 0;
float value = 0;
Max31865Definitions::Max31865Set max31865Set;
MAX31865::Max31865Set max31865Set;
void noise();
};
};