This commit is contained in:
2025-06-26 14:01:31 +02:00
parent 68ab694d8a
commit 91f2dd54be
2 changed files with 163 additions and 135 deletions

View File

@@ -57,6 +57,7 @@ class Marlin2 : public PollingComponent, public uart::UARTDevice {
private:
unsigned long millisProgress=0;
std::unordered_map<std::string, std::string> file_table_;
bool listingFile = false;
};
} // namespace esphome