mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-15 12:47:07 +01:00
settings: clean up after namespace update
missing stringview key checks
fix template specialization order when building single source
update left-over modules that werent using espurna { ... }
This commit is contained in:
@@ -2446,6 +2446,10 @@ void _lightWebSocketOnAction(uint32_t client_id, const char* action, JsonObject&
|
||||
|
||||
namespace {
|
||||
|
||||
// TODO: at this point we have 3 different state save / restoration
|
||||
// routines that do *almost* the same thing
|
||||
// (key point is, almost)
|
||||
|
||||
// Special persistance case were we take a snapshot of the boolean
|
||||
// state, brightness and of current input and converted values
|
||||
|
||||
|
||||
Reference in New Issue
Block a user