From 5b1c6daa2a7f9681566d86a71e7dbc77d03a5e65 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 16 Nov 2019 23:09:18 +0200 Subject: [PATCH] Fix a space in config header --- platformio/project/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/project/config.py b/platformio/project/config.py index 27b116c1..f4b5d206 100644 --- a/platformio/project/config.py +++ b/platformio/project/config.py @@ -29,7 +29,7 @@ try: except ImportError: import configparser as ConfigParser -CONFIG_HEADER = """;PlatformIO Project Configuration File +CONFIG_HEADER = """; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags