clear_snapshot_gpios

This commit is contained in:
proddy
2025-12-23 19:32:25 +01:00
parent 7bb30d37ce
commit 3d70e8c1e6
3 changed files with 11 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ class System {
static bool load_board_profile(std::vector<int8_t> & data, const std::string & board_profile);
static void make_snapshot_gpios();
static void restore_snapshot_gpios();
static void clear_snapshot_gpios();
static bool readCommand(const char * data);