Skip to content

Commit 12870e4

Browse files
committed
Simplify project configuration file; Update copyrights
1 parent c2dd4db commit 12870e4

File tree

14 files changed

+24
-84
lines changed

14 files changed

+24
-84
lines changed

builder/frameworks/arduino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-present Ivan Kravets <[email protected]>
1+
# Copyright 2014-present PlatformIO <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

builder/frameworks/simba.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-present Ivan Kravets <[email protected]>
1+
# Copyright 2014-present PlatformIO <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-present Ivan Kravets <[email protected]>
1+
# Copyright 2014-present PlatformIO <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/arduino-blink/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. Copyright 2014-present Ivan Kravets <[email protected]>
1+
.. Copyright 2014-present PlatformIO <[email protected]>
22
Licensed under the Apache License, Version 2.0 (the "License");
33
you may not use this file except in compliance with the License.
44
You may obtain a copy of the License at

examples/arduino-blink/platformio.ini

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
#
2-
# Project Configuration File
2+
# PlatformIO Project Configuration File
33
#
4-
# A detailed documentation with the EXAMPLES is located here:
5-
# http://docs.platformio.org/en/latest/projectconf.html
4+
# Please make sure to read documentation with examples first
5+
# http://docs.platformio.org/en/stable/projectconf.html
66
#
77

8-
# A sign `#` at the beginning of the line indicates a comment
9-
# Comment lines are ignored.
10-
11-
# Simple and base environment
12-
# [env:mybaseenv]
13-
# platform = %INSTALLED_PLATFORM_NAME_HERE%
14-
# framework =
15-
# board =
16-
#
17-
# Automatic targets - enable auto-uploading
18-
# targets = upload
19-
208
[env:d1]
219
platform = espressif
2210
framework = arduino

examples/arduino-webserver/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. Copyright 2014-present Ivan Kravets <[email protected]>
1+
.. Copyright 2014-present PlatformIO <[email protected]>
22
Licensed under the Apache License, Version 2.0 (the "License");
33
you may not use this file except in compliance with the License.
44
You may obtain a copy of the License at

examples/arduino-webserver/platformio.ini

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
#
2-
# Project Configuration File
2+
# PlatformIO Project Configuration File
33
#
4-
# A detailed documentation with the EXAMPLES is located here:
5-
# http://docs.platformio.org/en/latest/projectconf.html
4+
# Please make sure to read documentation with examples first
5+
# http://docs.platformio.org/en/stable/projectconf.html
66
#
77

8-
# A sign `#` at the beginning of the line indicates a comment
9-
# Comment lines are ignored.
10-
11-
# Simple and base environment
12-
# [env:mybaseenv]
13-
# platform = %INSTALLED_PLATFORM_NAME_HERE%
14-
# framework =
15-
# board =
16-
#
17-
# Automatic targets - enable auto-uploading
18-
# targets = upload
19-
208
[env:esp01]
219
platform = espressif
2210
framework = arduino

examples/arduino-wifiscan/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. Copyright 2014-present Ivan Kravets <[email protected]>
1+
.. Copyright 2014-present PlatformIO <[email protected]>
22
Licensed under the Apache License, Version 2.0 (the "License");
33
you may not use this file except in compliance with the License.
44
You may obtain a copy of the License at

examples/arduino-wifiscan/platformio.ini

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
#
2-
# Project Configuration File
2+
# PlatformIO Project Configuration File
33
#
4-
# A detailed documentation with the EXAMPLES is located here:
5-
# http://docs.platformio.org/en/latest/projectconf.html
4+
# Please make sure to read documentation with examples first
5+
# http://docs.platformio.org/en/stable/projectconf.html
66
#
77

8-
# A sign `#` at the beginning of the line indicates a comment
9-
# Comment lines are ignored.
10-
11-
# Simple and base environment
12-
# [env:mybaseenv]
13-
# platform = %INSTALLED_PLATFORM_NAME_HERE%
14-
# framework =
15-
# board =
16-
#
17-
# Automatic targets - enable auto-uploading
18-
# targets = upload
19-
208
[env:esp01]
219
platform = espressif
2210
framework = arduino

examples/native-sdk/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. Copyright 2014-present Ivan Kravets <[email protected]>
1+
.. Copyright 2014-present PlatformIO <[email protected]>
22
Licensed under the Apache License, Version 2.0 (the "License");
33
you may not use this file except in compliance with the License.
44
You may obtain a copy of the License at

0 commit comments

Comments
 (0)