Skip to content

Commit 3f3cf74

Browse files
committed
Use semicolons for comment in INI File
1 parent 09464c1 commit 3f3cf74

File tree

5 files changed

+40
-50
lines changed

5 files changed

+40
-50
lines changed

examples/arduino-blink/platformio.ini

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
#
2-
# PlatformIO Project Configuration File
3-
#
4-
# Build options: build flags, source filter, extra scripting
5-
# Upload options: custom port, speed and extra flags
6-
# Library options: dependencies, extra library storages
7-
#
8-
# Please visit documentation for the other options and examples
9-
# http://docs.platformio.org/en/stable/projectconf.html
10-
#
1+
; PlatformIO Project Configuration File
2+
;
3+
; Build options: build flags, source filter, extra scripting
4+
; Upload options: custom port, speed and extra flags
5+
; Library options: dependencies, extra library storages
6+
;
7+
; Please visit documentation for the other options and examples
8+
; http://docs.platformio.org/en/stable/projectconf.html
119

1210
[env:d1]
1311
platform = espressif

examples/arduino-webserver/platformio.ini

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
#
2-
# PlatformIO Project Configuration File
3-
#
4-
# Build options: build flags, source filter, extra scripting
5-
# Upload options: custom port, speed and extra flags
6-
# Library options: dependencies, extra library storages
7-
#
8-
# Please visit documentation for the other options and examples
9-
# http://docs.platformio.org/en/stable/projectconf.html
10-
#
1+
; PlatformIO Project Configuration File
2+
;
3+
; Build options: build flags, source filter, extra scripting
4+
; Upload options: custom port, speed and extra flags
5+
; Library options: dependencies, extra library storages
6+
;
7+
; Please visit documentation for the other options and examples
8+
; http://docs.platformio.org/en/stable/projectconf.html
119

1210
[env:esp01]
1311
platform = espressif

examples/arduino-wifiscan/platformio.ini

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
#
2-
# PlatformIO Project Configuration File
3-
#
4-
# Build options: build flags, source filter, extra scripting
5-
# Upload options: custom port, speed and extra flags
6-
# Library options: dependencies, extra library storages
7-
#
8-
# Please visit documentation for the other options and examples
9-
# http://docs.platformio.org/en/stable/projectconf.html
10-
#
1+
; PlatformIO Project Configuration File
2+
;
3+
; Build options: build flags, source filter, extra scripting
4+
; Upload options: custom port, speed and extra flags
5+
; Library options: dependencies, extra library storages
6+
;
7+
; Please visit documentation for the other options and examples
8+
; http://docs.platformio.org/en/stable/projectconf.html
119

1210
[env:esp01]
1311
platform = espressif

examples/native-sdk/platformio.ini

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
#
2-
# PlatformIO Project Configuration File
3-
#
4-
# Build options: build flags, source filter, extra scripting
5-
# Upload options: custom port, speed and extra flags
6-
# Library options: dependencies, extra library storages
7-
#
8-
# Please visit documentation for the other options and examples
9-
# http://docs.platformio.org/en/stable/projectconf.html
10-
#
1+
; PlatformIO Project Configuration File
2+
;
3+
; Build options: build flags, source filter, extra scripting
4+
; Upload options: custom port, speed and extra flags
5+
; Library options: dependencies, extra library storages
6+
;
7+
; Please visit documentation for the other options and examples
8+
; http://docs.platformio.org/en/stable/projectconf.html
119

1210
[env:esp01]
1311
platform = espressif

examples/simba-blink/platformio.ini

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
#
2-
# PlatformIO Project Configuration File
3-
#
4-
# Build options: build flags, source filter, extra scripting
5-
# Upload options: custom port, speed and extra flags
6-
# Library options: dependencies, extra library storages
7-
#
8-
# Please visit documentation for the other options and examples
9-
# http://docs.platformio.org/en/stable/projectconf.html
10-
#
1+
; PlatformIO Project Configuration File
2+
;
3+
; Build options: build flags, source filter, extra scripting
4+
; Upload options: custom port, speed and extra flags
5+
; Library options: dependencies, extra library storages
6+
;
7+
; Please visit documentation for the other options and examples
8+
; http://docs.platformio.org/en/stable/projectconf.html
119

1210
[env:esp12e]
1311
platform = espressif

0 commit comments

Comments
 (0)