NerdNos-Firmware/platformio.ini
BitMaker-hub 3a09daeab2 Move to PlatformIO
- [x]  Move project to platformIO
- [x]  Bug rectangle on screen when 1milion shares
- [x]  Bug memory leaks
- [x]  Bug Reboots when received JSON contains some null values
- Readme update with build troubleshooting
TODO
- [ ]  Improve hashrate using Blockstream Jade miner code
- [ ]  Add blockHeight to screen
- [ ]  Add new screen with global mining stats
- [ ]  Add support to control BM1397
2023-04-15 23:56:13 +02:00

23 lines
678 B
INI

; 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:lilygo-t-display-s3]
platform = espressif32
board = lilygo-t-display-s3
board_build.partitions = huge_app.csv
framework = arduino
monitor_speed = 115200
upload_speed = 921600
lib_deps =
https://github.com/tzapu/WiFiManager.git
bblanchon/ArduinoJson@^6.21.2
https://github.com/takkaO/OpenFontRender.git