This commit is contained in:
2025-03-10 10:18:01 +01:00
parent ebef6ce886
commit 6f7ccc267d
4 changed files with 9 additions and 7 deletions

View File

@@ -37,7 +37,6 @@ class Marlin2 : public PollingComponent, public uart::UARTDevice {
float print_progress = 0;
double print_time_offset = 0;
#ifdef USE_SENSOR
std::vector<std::pair<std::string, sensor::Sensor *>> sensors;