Skip to content

Commit

Permalink
ThingSet: Increase shell cmd buffer size for OCV/SOC configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjaeger committed Jul 29, 2024
1 parent 754d407 commit 0b436bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/boards/bms_16s100_sc_esp32c3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ CONFIG_SHELL_CMDS_SELECT=y

CONFIG_THINGSET_SHELL=y
CONFIG_THINGSET_SHELL_REPORTING=n
CONFIG_THINGSET_SHELL_CMD_BUF_SIZE=256
1 change: 1 addition & 0 deletions app/boards/bms_c1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ CONFIG_SHELL_CMDS_SELECT=y

CONFIG_THINGSET_SHELL=y
CONFIG_THINGSET_SHELL_REPORTING=n
CONFIG_THINGSET_SHELL_CMD_BUF_SIZE=256

# DFU over CAN
CONFIG_THINGSET_DFU=y
Expand Down
1 change: 1 addition & 0 deletions app/boards/native_sim.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ CONFIG_SHELL_CMDS_SELECT=y

CONFIG_THINGSET_SHELL=y
CONFIG_THINGSET_SHELL_REPORTING=n
CONFIG_THINGSET_SHELL_CMD_BUF_SIZE=256

CONFIG_EMUL=y
CONFIG_EEPROM=y
Expand Down

0 comments on commit 0b436bc

Please sign in to comment.