compilable for esp32
This commit is contained in:
parent
70202828e7
commit
65378456fc
28 changed files with 23 additions and 2562 deletions
|
@ -1,10 +1,20 @@
|
|||
[platformio]
|
||||
default_envs = esp32
|
||||
[env]
|
||||
; PlatformIO Project Configuration File
|
||||
;
|
||||
; Build options: build flags, source filter
|
||||
; Upload options: custom upload port, speed and extra flags
|
||||
; Library options: dependencies, extra library storages
|
||||
; Advanced options: extra scripting
|
||||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:az-delivery-devkit-v4]
|
||||
platform = espressif32
|
||||
#board = esp32cam
|
||||
board = az-delivery-devkit-v4
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
featherfly/SoftwareSerial@^1.0
|
||||
plerup/EspSoftwareSerial@^6.16.1
|
||||
tinypico/TinyPICO Helper Library@^1.4.0
|
||||
t-vk/ESP32 BLE Keyboard@^0.3.2
|
||||
[env:esp32]
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2/platform-tasmota-espressif32-2.0.2.zip
|
||||
board = az-delivery-devkit-v4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue