Skip to content

Commit

Permalink
Change back to standard watchdog timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
norbert-walter committed May 18, 2024
1 parent 9167586 commit abb3d56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/obp60task/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
12 changes: 7 additions & 5 deletions lib/obp60task/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
default_envs = obp60_s3
[env:obp60_s3]
platform = [email protected]
#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}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit abb3d56

Please sign in to comment.