2023-04-07 00:43:20 +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
|
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
2023-04-15 23:56:13 +02:00
|
|
|
|
2023-04-17 02:07:18 +02:00
|
|
|
[platformio]
|
|
|
|
globallib_dir = lib
|
2023-08-07 20:18:25 +02:00
|
|
|
default_envs = NerminerV2
|
2023-04-07 00:43:20 +02:00
|
|
|
|
2023-04-17 02:07:18 +02:00
|
|
|
[env:NerminerV2]
|
2023-04-07 00:43:20 +02:00
|
|
|
platform = espressif32
|
|
|
|
board = esp32-s3-devkitc-1
|
|
|
|
framework = arduino
|
2023-04-23 10:34:18 +02:00
|
|
|
monitor_filters =
|
|
|
|
esp32_exception_decoder
|
|
|
|
time
|
2023-05-29 22:37:14 +02:00
|
|
|
log2file
|
2023-04-07 00:43:20 +02:00
|
|
|
board_build.arduino.memory_type = qio_opi
|
2023-04-17 02:07:18 +02:00
|
|
|
monitor_speed = 115200
|
2023-04-18 14:08:58 +02:00
|
|
|
upload_speed = 115200
|
2023-04-17 02:07:18 +02:00
|
|
|
|
2023-05-03 21:11:59 +02:00
|
|
|
# 2 x 4.5MB app, 6.875MB SPIFFS
|
|
|
|
;board_build.partitions = large_spiffs_16MB.csv
|
|
|
|
;board_build.partitions = default_8MB.csv
|
2023-04-17 23:24:42 +02:00
|
|
|
board_build.partitions = huge_app.csv
|
2023-05-03 21:11:59 +02:00
|
|
|
;board_build.partitions = default.csv
|
2023-04-17 02:07:18 +02:00
|
|
|
|
|
|
|
build_flags =
|
|
|
|
-D LV_LVGL_H_INCLUDE_SIMPLE
|
|
|
|
-D BOARD_HAS_PSRAM
|
2023-05-01 22:26:01 +02:00
|
|
|
-D ARDUINO_USB_MODE=1
|
|
|
|
-D ARDUINO_USB_CDC_ON_BOOT=1
|
2023-05-03 21:11:59 +02:00
|
|
|
;-D DEBUG_MINING=1
|
2023-04-07 00:43:20 +02:00
|
|
|
lib_deps =
|
|
|
|
https://github.com/takkaO/OpenFontRender
|
2023-04-15 23:56:13 +02:00
|
|
|
bblanchon/ArduinoJson@^6.21.2
|
2023-05-12 10:27:36 +02:00
|
|
|
https://github.com/tzapu/WiFiManager.git
|
|
|
|
mathertel/OneButton @ ^2.0.3
|
2023-06-07 14:12:45 +02:00
|
|
|
arduino-libraries/NTPClient
|
2023-08-03 01:13:52 +02:00
|
|
|
;https://github.com/golden-guy/Arduino_wolfssl.git#v5.5.4
|
2023-07-10 22:58:34 +02:00
|
|
|
|
|
|
|
|
2023-07-11 11:49:25 +02:00
|
|
|
[env:ESP32-devKitv1]
|
2023-07-10 22:58:34 +02:00
|
|
|
platform = espressif32
|
2023-07-11 11:49:25 +02:00
|
|
|
board = esp32dev
|
2023-07-10 22:58:34 +02:00
|
|
|
framework = arduino
|
|
|
|
monitor_filters =
|
|
|
|
esp32_exception_decoder
|
|
|
|
time
|
|
|
|
log2file
|
2023-07-11 11:49:25 +02:00
|
|
|
;board_build.arduino.memory_type = qio_opi
|
2023-07-10 22:58:34 +02:00
|
|
|
monitor_speed = 115200
|
|
|
|
upload_speed = 115200
|
|
|
|
|
|
|
|
# 2 x 4.5MB app, 6.875MB SPIFFS
|
|
|
|
;board_build.partitions = large_spiffs_16MB.csv
|
|
|
|
;board_build.partitions = default_8MB.csv
|
2023-08-03 01:13:52 +02:00
|
|
|
board_build.partitions = huge_app.csv
|
|
|
|
;board_build.partitions = default.csv
|
2023-07-10 22:58:34 +02:00
|
|
|
|
2023-07-11 11:49:25 +02:00
|
|
|
build_flags =
|
2023-07-10 22:58:34 +02:00
|
|
|
;-D DEBUG_MINING=1
|
|
|
|
lib_deps =
|
|
|
|
https://github.com/takkaO/OpenFontRender
|
|
|
|
bblanchon/ArduinoJson@^6.21.2
|
|
|
|
https://github.com/tzapu/WiFiManager.git
|
|
|
|
mathertel/OneButton @ ^2.0.3
|
|
|
|
arduino-libraries/NTPClient
|
2023-08-03 01:13:52 +02:00
|
|
|
;https://github.com/golden-guy/Arduino_wolfssl.git#v5.5.4
|
2023-07-10 22:58:34 +02:00
|
|
|
|
|
|
|
[env:TTGO-T-Display]
|
|
|
|
platform = espressif32
|
2023-08-03 01:13:52 +02:00
|
|
|
board = esp32dev ;esp-wrover-kit
|
2023-07-10 22:58:34 +02:00
|
|
|
framework = arduino
|
|
|
|
monitor_filters =
|
|
|
|
esp32_exception_decoder
|
|
|
|
time
|
|
|
|
log2file
|
|
|
|
board_build.arduino.memory_type = qio_opi
|
|
|
|
monitor_speed = 115200
|
|
|
|
upload_speed = 115200
|
|
|
|
|
2023-08-03 00:08:53 +02:00
|
|
|
|
2023-07-10 22:58:34 +02:00
|
|
|
# 2 x 4.5MB app, 6.875MB SPIFFS
|
|
|
|
board_build.partitions = huge_app.csv
|
|
|
|
|
|
|
|
;build_flags =
|
|
|
|
;-D DEBUG_MINING=1
|
|
|
|
lib_deps =
|
|
|
|
https://github.com/takkaO/OpenFontRender
|
|
|
|
bblanchon/ArduinoJson@^6.21.2
|
|
|
|
https://github.com/tzapu/WiFiManager.git
|
|
|
|
mathertel/OneButton @ ^2.0.3
|
|
|
|
arduino-libraries/NTPClient
|
2023-08-03 00:08:53 +02:00
|
|
|
;https://github.com/golden-guy/Arduino_wolfssl.git#v5.5.4
|