Possibe Fixes of the pointer

This commit is contained in:
2024-12-28 10:07:17 +01:00
parent 8733fb7737
commit 63c165d21e
2 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ class Marlin2 : public PollingComponent, /*public text_sensor::TextSensor,*/ pub
void process_line();
int process_temp_msg(float* ext_temperature, float* ext_set_temperature, float* bed_temperature, float* bed_set_temperature);
float process_progress_msg();
int process_print_time_msg(int d, int h, int m, int s, unsigned long* current, unsigned long* remaining);
int process_print_time_msg(float** d, float* h, float* m, float* s, unsigned long* current, unsigned long* remaining);
std::string MarlinOutput;
std::string MarlinTime;