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