2018-10-05 22:41:25 +02:00
|
|
|
; 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
|
2021-03-13 21:20:16 +01:00
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
2018-10-05 22:41:25 +02:00
|
|
|
|
2021-03-14 15:34:37 +01:00
|
|
|
[platformio]
|
|
|
|
default_envs = esp32
|
|
|
|
|
2018-10-05 22:41:25 +02:00
|
|
|
[env:esp32]
|
2019-07-17 15:00:41 +02:00
|
|
|
platform = espressif32
|
2021-03-14 15:34:37 +01:00
|
|
|
platform_packages = framework-arduinoespressif32 @ https://github.com/DTTerastar/arduino-esp32.git#follow-redirects-http-update
|
|
|
|
framework = arduino
|
|
|
|
board = esp32dev
|
2021-03-24 14:10:33 +01:00
|
|
|
lib_deps =
|
2021-03-27 04:07:25 +01:00
|
|
|
haimoz/SoftFilters@^0.1.0
|
|
|
|
marvinroger/AsyncMqttClient@^0.8.2
|
|
|
|
bblanchon/ArduinoJson@^6.17.3
|
2021-03-15 20:58:17 +01:00
|
|
|
juerd/ESP-WiFiSettings@^3.7.2
|
2021-03-27 04:07:25 +01:00
|
|
|
h2zero/NimBLE-Arduino@^1.2.0
|
|
|
|
me-no-dev/AsyncTCP@^1.1.1
|
2021-03-15 20:58:17 +01:00
|
|
|
bbx10/DNSServer@^1.1.0
|
2021-03-14 15:34:37 +01:00
|
|
|
board_build.partitions = partitions_singleapp.csv
|
|
|
|
monitor_speed = 115200
|
2021-03-24 14:10:33 +01:00
|
|
|
build_flags =
|
2021-03-20 06:18:10 +01:00
|
|
|
-D FIRMWARE='"esp32"'
|
2021-03-14 15:34:37 +01:00
|
|
|
|
|
|
|
[env:m5stickc]
|
|
|
|
platform = espressif32
|
|
|
|
platform_packages = framework-arduinoespressif32 @ https://github.com/DTTerastar/arduino-esp32.git#follow-redirects-http-update
|
|
|
|
framework = arduino
|
|
|
|
board = m5stick-c
|
2021-03-24 14:10:33 +01:00
|
|
|
lib_deps =
|
2021-03-14 15:34:37 +01:00
|
|
|
m5stack/M5StickC@^0.2.0
|
2021-03-27 04:07:25 +01:00
|
|
|
haimoz/SoftFilters@^0.1.0
|
|
|
|
marvinroger/AsyncMqttClient@^0.8.2
|
|
|
|
bblanchon/ArduinoJson@^6.17.3
|
2021-03-15 20:58:17 +01:00
|
|
|
juerd/ESP-WiFiSettings@^3.7.2
|
2021-03-27 04:07:25 +01:00
|
|
|
h2zero/NimBLE-Arduino@^1.2.0
|
|
|
|
me-no-dev/AsyncTCP@^1.1.1
|
2021-03-15 20:58:17 +01:00
|
|
|
bbx10/DNSServer@^1.1.0
|
2021-03-14 15:34:37 +01:00
|
|
|
board_build.partitions = partitions_singleapp.csv
|
|
|
|
monitor_speed = 115200
|
2021-03-24 14:10:33 +01:00
|
|
|
build_flags =
|
2021-03-14 15:34:37 +01:00
|
|
|
-D M5STICK
|
2021-03-20 06:18:10 +01:00
|
|
|
-D FIRMWARE='"m5stickc"'
|
2021-03-14 15:34:37 +01:00
|
|
|
|
|
|
|
[env:m5stickc-plus]
|
|
|
|
platform = espressif32
|
|
|
|
platform_packages = framework-arduinoespressif32 @ https://github.com/DTTerastar/arduino-esp32.git#follow-redirects-http-update
|
|
|
|
framework = arduino
|
|
|
|
board = m5stick-c
|
2021-03-24 14:10:33 +01:00
|
|
|
lib_deps =
|
2021-03-14 15:34:37 +01:00
|
|
|
m5stack/M5StickCPlus@^0.0.1
|
2021-03-27 04:07:25 +01:00
|
|
|
haimoz/SoftFilters@^0.1.0
|
|
|
|
marvinroger/AsyncMqttClient@^0.8.2
|
|
|
|
bblanchon/ArduinoJson@^6.17.3
|
2021-03-15 20:58:17 +01:00
|
|
|
juerd/ESP-WiFiSettings@^3.7.2
|
2021-03-27 04:07:25 +01:00
|
|
|
h2zero/NimBLE-Arduino@^1.2.0
|
2021-03-15 20:58:17 +01:00
|
|
|
bbx10/DNSServer@^1.1.0
|
2021-03-14 15:34:37 +01:00
|
|
|
board_build.partitions = partitions_singleapp.csv
|
|
|
|
monitor_speed = 115200
|
2021-03-24 14:10:33 +01:00
|
|
|
build_flags =
|
2021-03-14 15:34:37 +01:00
|
|
|
-D M5STICK
|
|
|
|
-D PLUS
|
2021-03-20 06:18:10 +01:00
|
|
|
-D FIRMWARE='"m5stickc-plus"'
|
|
|
|
|
|
|
|
[env:m5stack-atom]
|
|
|
|
platform = espressif32
|
|
|
|
platform_packages = framework-arduinoespressif32 @ https://github.com/DTTerastar/arduino-esp32.git#follow-redirects-http-update
|
|
|
|
framework = arduino
|
|
|
|
board = m5stack-atom
|
2021-03-24 14:10:33 +01:00
|
|
|
lib_deps =
|
2021-03-27 04:07:25 +01:00
|
|
|
haimoz/SoftFilters@^0.1.0
|
|
|
|
marvinroger/AsyncMqttClient@^0.8.2
|
|
|
|
bblanchon/ArduinoJson@^6.17.3
|
2021-03-20 06:18:10 +01:00
|
|
|
juerd/ESP-WiFiSettings@^3.7.2
|
2021-03-27 04:07:25 +01:00
|
|
|
h2zero/NimBLE-Arduino@^1.2.0
|
|
|
|
me-no-dev/AsyncTCP@^1.1.1
|
2021-03-20 06:18:10 +01:00
|
|
|
bbx10/DNSServer@^1.1.0
|
|
|
|
board_build.partitions = partitions_singleapp.csv
|
|
|
|
monitor_speed = 115200
|
2021-03-24 14:10:33 +01:00
|
|
|
build_flags =
|
2021-03-20 06:18:10 +01:00
|
|
|
-D M5ATOM
|
|
|
|
-D MATRIX
|
|
|
|
-D FIRMWARE='"m5stack-atom"'
|
2021-03-14 15:34:37 +01:00
|
|
|
|
|
|
|
[env:verbose]
|
|
|
|
platform = espressif32
|
|
|
|
platform_packages = framework-arduinoespressif32 @ https://github.com/DTTerastar/arduino-esp32.git#follow-redirects-http-update
|
2018-10-05 22:41:25 +02:00
|
|
|
framework = arduino
|
2021-03-07 15:07:34 +01:00
|
|
|
board = m5stick-c
|
2021-03-24 14:10:33 +01:00
|
|
|
lib_deps =
|
2021-03-13 21:20:16 +01:00
|
|
|
m5stack/M5StickC@^0.2.0
|
2021-03-27 04:07:25 +01:00
|
|
|
haimoz/SoftFilters@^0.1.0
|
|
|
|
marvinroger/AsyncMqttClient@^0.8.2
|
|
|
|
bblanchon/ArduinoJson@^6.17.3
|
2021-03-15 20:58:17 +01:00
|
|
|
juerd/ESP-WiFiSettings@^3.7.2
|
2021-03-27 04:07:25 +01:00
|
|
|
h2zero/NimBLE-Arduino@^1.2.0
|
|
|
|
me-no-dev/AsyncTCP@^1.1.1
|
2021-03-15 20:58:17 +01:00
|
|
|
bbx10/DNSServer@^1.1.0
|
2018-10-05 23:12:45 +02:00
|
|
|
board_build.partitions = partitions_singleapp.csv
|
2021-03-13 21:20:16 +01:00
|
|
|
monitor_speed = 115200
|
2021-03-24 14:10:33 +01:00
|
|
|
build_flags =
|
2021-03-20 06:18:10 +01:00
|
|
|
-D FIRMWARE='"verbose"'
|
2021-03-27 04:07:25 +01:00
|
|
|
-D VERBOSE
|