From abb3d56660e4f6c159fc14a41b8219243a805b56 Mon Sep 17 00:00:00 2001 From: norbert-walter Date: Sat, 18 May 2024 18:08:55 +0200 Subject: [PATCH] Change back to standard watchdog timeout --- lib/obp60task/config.json | 2 +- lib/obp60task/platformio.ini | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/lib/obp60task/config.json b/lib/obp60task/config.json index 3a0f75c..099d230 100644 --- a/lib/obp60task/config.json +++ b/lib/obp60task/config.json @@ -584,7 +584,7 @@ "name": "vOffset", "label": "VSensor Offset", "type": "number", - "default": "0.00", + "default": "-1.00", "description": "Offset for internal voltage sensor (ESP32)", "category": "OBP60 Calibrations", "capabilities": { diff --git a/lib/obp60task/platformio.ini b/lib/obp60task/platformio.ini index bbc6e6c..97235c0 100644 --- a/lib/obp60task/platformio.ini +++ b/lib/obp60task/platformio.ini @@ -5,11 +5,13 @@ default_envs = obp60_s3 [env:obp60_s3] platform = espressif32@6.3.2 -#board = obp60_s3_n8 #ESP32-S3, 8MB flash, no PSRAM -#board = obp60_s3_n16 #ESP32-S3,16MB flash, no PSRAM, zero series -#board = obp60_s3_n8r8 #ESP32-S3, 8MB flash, 8MB PSRAM -board = obp60_s3_n16r8 #ESP32-S3, 16MB flash, 8MB PSRAM, production series board_build.variants_dir = variants +#board = obp60_s3_n8 #ESP32-S3 N8, 8MB flash, no PSRAM +#board = obp60_s3_n16 #ESP32-S3 N16,16MB flash, no PSRAM, zero series +#board = obp60_s3_n8r8 #ESP32-S3 N8R8, 8MB flash, 8MB PSRAM +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 framework = arduino lib_deps = ${env.lib_deps} @@ -41,7 +43,7 @@ build_flags= # -D DISPLAY_GYE042A8 #alternativ E-Ink display from Genyo Optical, R10 2.2 ohm # -D DISPLAY_SE0420NQ04 #alternativ E-Ink display from SID Technology, R10 2.2 ohm ${env.build_flags} -CONFIG_ESP_TASK_WDT_TIMEOUT_S = 10 #Task Watchdog timeout period (seconds) [1...60] 5 default +#CONFIG_ESP_TASK_WDT_TIMEOUT_S = 10 #Task Watchdog timeout period (seconds) [1...60] 5 default upload_port = /dev/ttyACM0 upload_protocol = esptool upload_speed = 230400