Skip to content

Commit d84612d

Browse files
committed
Update template for Project Configuration File
1 parent a9ade46 commit d84612d

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

examples/arduino-blink/platformio.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#
22
# PlatformIO Project Configuration File
33
#
4-
# Please make sure to read documentation with examples first
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
59
# http://docs.platformio.org/en/stable/projectconf.html
610
#
711

examples/arduino-webserver/platformio.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#
22
# PlatformIO Project Configuration File
33
#
4-
# Please make sure to read documentation with examples first
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
59
# http://docs.platformio.org/en/stable/projectconf.html
610
#
711

examples/arduino-wifiscan/platformio.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#
22
# PlatformIO Project Configuration File
33
#
4-
# Please make sure to read documentation with examples first
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
59
# http://docs.platformio.org/en/stable/projectconf.html
610
#
711

examples/native-sdk/platformio.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#
22
# PlatformIO Project Configuration File
33
#
4-
# Please make sure to read documentation with examples first
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
59
# http://docs.platformio.org/en/stable/projectconf.html
610
#
711

examples/simba-blink/platformio.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#
22
# PlatformIO Project Configuration File
33
#
4-
# Please make sure to read documentation with examples first
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
59
# http://docs.platformio.org/en/stable/projectconf.html
610
#
711

0 commit comments

Comments
 (0)