summarylogtreecommitdiffstats
path: root/disable-telemetry.patch
blob: 82fbca82fa812ddfa0b76e7a441b6fd1c9f17b34 (plain)
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",