platformio boilerplate
This commit is contained in:
parent
07ad70e8a1
commit
a1b19d88e1
1 changed files with 11 additions and 1 deletions
|
@ -1 +1,11 @@
|
||||||
lib_deps = SoftwareSerial, TinyPICO, BleKeyboard
|
[platformio]
|
||||||
|
default_envs = esp32
|
||||||
|
[env]
|
||||||
|
lib_deps_external =
|
||||||
|
SoftwareSerial
|
||||||
|
TinyPICO
|
||||||
|
BleKeyboard
|
||||||
|
|
||||||
|
[env:esp32]
|
||||||
|
platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2/platform-tasmota-espressif32-2.0.2.zip
|
||||||
|
board = esp32_4M
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue