Fixes
This commit is contained in:
@@ -26,8 +26,10 @@ class Marlin2 : public PollingComponent, public uart::UARTDevice {
|
||||
text_sensor::TextSensor* find_text_sensor(std::string key);
|
||||
#endif
|
||||
void write(std::string status);
|
||||
std::string to_dos_name(std::string file_name);
|
||||
|
||||
std::string to_dos_name(std::string filename);
|
||||
std::string from_dos_name(std::string dos_filename);
|
||||
std::string to_lower(std::string s);
|
||||
|
||||
float get_setup_priority() const override { return setup_priority::LATE; }
|
||||
void setup() override;
|
||||
void update() override;
|
||||
|
Reference in New Issue
Block a user