cf0e667668
# Conflicts: # .gitignore # Lib/Free_Fonts.h # Lib/images.h # Lib/myFonts.h # NerdMinerV2.ino # README.md # TFT_setup/User_Setup.h # lib/TFT_eSPI/User_Setup.h # platformio.ini # src/Lib/Free_Fonts.h # src/Lib/images.h # src/Lib/myFonts.h # src/NerdMinerV2.ino # src/NerdMinerV2.ino.cpp # src/TFT_setup/User_Setup.h # src/media/Free_Fonts.h # src/media/images.h # src/media/myFonts.h # src/mining.cpp # src/mining.h # src/wManager.h
37 lines
1.0 KiB
INI
37 lines
1.0 KiB
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
|
|
|
|
[platformio]
|
|
globallib_dir = lib
|
|
|
|
[env:NerminerV2]
|
|
platform = espressif32
|
|
board = esp32-s3-devkitc-1
|
|
framework = arduino
|
|
monitor_filters = esp32_exception_decoder
|
|
board_build.arduino.memory_type = qio_opi
|
|
monitor_speed = 115200
|
|
upload_speed = 921600
|
|
|
|
# 2 x 4.5MB app, 6.875MB SPIFFS
|
|
;board_build.partitions = large_spiffs_16MB.csv
|
|
board_build.partitions = default_8MB.csv
|
|
;board_build.partitions = default.csv
|
|
|
|
build_flags =
|
|
-D LV_LVGL_H_INCLUDE_SIMPLE
|
|
-D BOARD_HAS_PSRAM
|
|
-D ARDUINO_USB_MODE=1
|
|
-D ARDUINO_USB_CDC_ON_BOOT=1
|
|
-D DEBUG_MINING=1
|
|
lib_deps =
|
|
https://github.com/takkaO/OpenFontRender
|
|
bblanchon/ArduinoJson@^6.21.2
|
|
https://github.com/tzapu/WiFiManager.git |