1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 10:22:31 +02:00

Fix custom config for obp70_s3

This commit is contained in:
norbert-walter
2026-03-13 19:57:44 +01:00
parent c1a49fac4b
commit 4e0bc88419
+1 -1
View File
@@ -16,7 +16,7 @@ board_build.variants_dir = variants
board = obp60_s3_n16r8 #ESP32-S3 N16R8, 16MB flash, 8MB PSRAM, production series
#board_build.partitions = default_8MB.csv #ESP32-S3 N8, 8MB flash
board_build.partitions = default_16MB.csv #ESP32-S3 N16, 16MB flash
custom_config = lib/obp60task/config_obp60.json
custom_config = lib/obp60task/config_obp70.json
custom_script = lib/obp60task/extra_task.py
framework = arduino
lib_deps =