put soldering profile mode into its own file, put common functions in utils

This commit is contained in:
Laura Klünder
2023-04-24 02:34:02 +02:00
parent 8cc722e494
commit f1879353b8
11 changed files with 397 additions and 335 deletions

View File

@@ -0,0 +1,8 @@
#ifndef SOLDERING_COMMON_H
#define SOLDERING_COMMON_H
void detailedPowerStatus();
void basicSolderingStatus(bool boostModeOn);
bool checkExitSoldering();
#endif //SOLDERING_COMMON_H