Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Add files via upload #14

Open
wants to merge 1 commit into
base: bme280
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 34 additions & 36 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -1,36 +1,34 @@
#
# Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
#

# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.

# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload

[env:base]
platform = espressif8266
framework = arduino
board = esp12e
lib_deps =
567
942
415
419
536
64
16
31
525
168
Bounce2
build_flags = -lstdc++
#
# Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
#

# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.

# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload

[env:base]
platform = espressif8266
framework = arduino
board = esp12e
lib_deps =
567
942
415
419
64
31
168
Bounce2
166
build_flags = -lstdc++