36 lines
1015 B
INI
36 lines
1015 B
INI
[platformio]
|
|
#if you want a pio run to only build
|
|
#your special environments you can set this here
|
|
#by uncommenting the next line
|
|
default_envs = obp60_s3
|
|
[env:obp60_s3]
|
|
platform = espressif32@6.3.2
|
|
board = obp60_s3
|
|
board_build.variants_dir = variants
|
|
framework = arduino
|
|
lib_deps =
|
|
${env.lib_deps}
|
|
lib_deps =
|
|
Wire
|
|
SPI
|
|
fastled/FastLED@^3.6.0
|
|
robtillaart/PCF8574@^0.3.9
|
|
adafruit/Adafruit Unified Sensor @ 1.1.13
|
|
blemasle/MCP23017@2.0.0
|
|
adafruit/Adafruit BusIO@1.5.0
|
|
adafruit/Adafruit GFX Library@1.11.9
|
|
zinggjm/GxEPD@3.1.3
|
|
sstaub/Ticker@4.4.0
|
|
adafruit/Adafruit BMP280 Library@2.6.2
|
|
adafruit/Adafruit BME280 Library@2.2.2
|
|
adafruit/Adafruit BMP085 Library@1.2.1
|
|
enjoyneering/HTU21D@1.2.1
|
|
robtillaart/INA226@0.2.0
|
|
signetica/SunRise@2.0.2
|
|
build_flags=
|
|
-DTIME=$UNIX_TIME
|
|
-D BOARD_OBP60S3
|
|
${env.build_flags}
|
|
upload_port = /dev/ttyACM0
|
|
upload_protocol = esptool
|
|
monitor_speed = 115200 |