From aebe891895974fab5ec7c7d86664cc6bc9e47cb0 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 18 Jul 2019 14:17:30 +0300 Subject: [PATCH] Skip modified homeState --- platformio/commands/home/rpc/handlers/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio/commands/home/rpc/handlers/app.py b/platformio/commands/home/rpc/handlers/app.py index 9e26d2c0..9e19edf1 100644 --- a/platformio/commands/home/rpc/handlers/app.py +++ b/platformio/commands/home/rpc/handlers/app.py @@ -62,6 +62,7 @@ class AppRPC(object): ] state['storage'] = storage + state.modified = False # skip saving extra fields return state.as_dict() @staticmethod