1 2 3 4 5 6 7 8 9 10 11
--- a/platformio/app.py +++ b/platformio/app.py @@ -48,7 +48,7 @@ DEFAULT_SETTINGS = { }, "enable_telemetry": { "description": ("Telemetry service <https://bit.ly/pio-telemetry> (Yes/No)"), - "value": True, + "value": False, }, "force_verbose": { "description": "Force verbose output when processing environments",