Settings: The device can report when defaults were applied

This commit is contained in:
Paul Hollinsky
2022-02-24 15:50:39 -05:00
parent 80362e7f81
commit 6cc0f08e2b
4 changed files with 10 additions and 3 deletions
@@ -19,7 +19,8 @@ public:
InvalidSubversion = 3,
NotEnoughMemory = 4,
APIFailure = 5,
APIUnsupported = 6
APIUnsupported = 6,
OKDefaultsUsed = 7, // Got the settings okay, but the defaults were used (after firmware upgrade or a checksum error)
};
Response response;