mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
put soldering profile mode into its own file, put common functions in utils
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef SOLDERING_COMMON_H
|
||||
#define SOLDERING_COMMON_H
|
||||
|
||||
void detailedPowerStatus();
|
||||
void basicSolderingStatus(bool boostModeOn);
|
||||
bool checkExitSoldering();
|
||||
|
||||
#endif //SOLDERING_COMMON_H
|
||||
Reference in New Issue
Block a user