mirror of
https://gitlab.com/zwirbel/sprocket-device-bb1.git
synced 2025-12-14 09:26:51 +01:00
36 lines
954 B
INI
Executable File
36 lines
954 B
INI
Executable File
[common]
|
|
framework = arduino
|
|
platform = espressif32
|
|
board = esp32dev
|
|
upload_speed = 921600
|
|
monitor_baud = 115200
|
|
lib_deps =
|
|
Hash
|
|
TaskScheduler
|
|
SPIFFS
|
|
ArduinoJson@5.13.4
|
|
Ai Esp32 Rotary Encoder
|
|
ESP8266_SSD1306
|
|
ESPmDNS
|
|
ESPAsyncTCP
|
|
ESP Async WebServer
|
|
AsyncWebServer
|
|
AsyncTCP
|
|
ArduinoOTA
|
|
PubSubClient
|
|
Update
|
|
https://gitlab.com/wirelos/sprocket-lib.git#develop
|
|
https://gitlab.com/wirelos/sprocket-network-wifi.git#next
|
|
https://gitlab.com/wirelos/sprocket-plugin-gpio.git
|
|
https://gitlab.com/wirelos/sprocket-plugin-display.git
|
|
https://gitlab.com/wirelos/sprocket-plugin-web.git#next
|
|
https://gitlab.com/wirelos/sprocket-plugin-mqtt.git#next
|
|
|
|
[env:default]
|
|
platform = ${common.platform}
|
|
board = ${common.board}
|
|
upload_speed = ${common.upload_speed}
|
|
monitor_baud = ${common.monitor_baud}
|
|
framework = ${common.framework}
|
|
build_flags = -std=c++14 -DESP32
|
|
lib_deps = ${common.lib_deps} |