Skip to content

Commit

Permalink
Added file paths required by esp__insights that was previously blocki…
Browse files Browse the repository at this point in the history
…ng building with both arduino and espidf framework
  • Loading branch information
GR3Y-SCALE committed Feb 25, 2025
1 parent e9afa47 commit feeb109
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firmware/battery-management-system/dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,15 @@ dependencies:
type: service
version: 1.0.20~2
espressif/mdns:
component_hash: 26d0b8b207c7d8382cb3c103a9add9c75ca4dc0ef172b03a98af2c2254b2792b
component_hash: fe546a92ee741cfabf2c2bb52c9024314e1d0ad32b44794f45323a0ecf1543d7
dependencies:
- name: idf
require: private
version: '>=5.0'
source:
registry_url: https://components.espressif.com/
type: service
version: 1.6.0
version: 1.7.0
espressif/network_provisioning:
component_hash: ef2e10182fd1861e68b821491916327c25416ca7ae70e5a6e43313dbc71fe993
dependencies:
Expand Down Expand Up @@ -342,6 +342,6 @@ direct_dependencies:
- espressif/rmaker_common
- idf
- joltwallet/littlefs
manifest_hash: d4982e9096cdc1deb27a8d5e9365200810e8d9512678f5f2095695b51e4b2c7b
manifest_hash: fe5a71b93a047e5e5bcedf72f2663478b1ded2c5a95d0092e82a70088fbf3cd3
target: esp32s3
version: 2.0.0
5 changes: 5 additions & 0 deletions firmware/battery-management-system/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ upload_speed = 921600
monitor_speed = 115200
monitor_filters = direct
board_build.partitions = partitions.csv
board_build.embed_txtfiles = ; required by the esp__insight module, note this module isn't currently used but still requires the ssl certs to build.
managed_components/espressif__esp_insights/server_certs/https_server.crt
managed_components/espressif__esp_rainmaker/server_certs/rmaker_mqtt_server.crt
managed_components/espressif__esp_rainmaker/server_certs/rmaker_claim_service_server.crt
managed_components/espressif__esp_rainmaker/server_certs/rmaker_ota_server.crt

[env:debug]
platform_packages = platformio/tool-cmake@^3.30.2
Expand Down
8 changes: 8 additions & 0 deletions firmware/battery-management-system/sdkconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,15 @@ CONFIG_MDNS_TASK_STACK_SIZE=4096
CONFIG_MDNS_TASK_AFFINITY_CPU0=y
# CONFIG_MDNS_TASK_AFFINITY_CPU1 is not set
CONFIG_MDNS_TASK_AFFINITY=0x0

#
# MDNS Memory Configuration
#
CONFIG_MDNS_TASK_CREATE_FROM_INTERNAL=y
CONFIG_MDNS_MEMORY_ALLOC_INTERNAL=y
# CONFIG_MDNS_MEMORY_CUSTOM_IMPL is not set
# end of MDNS Memory Configuration

CONFIG_MDNS_SERVICE_ADD_TIMEOUT_MS=2000
CONFIG_MDNS_TIMER_PERIOD_MS=100
# CONFIG_MDNS_NETWORKING_SOCKET is not set
Expand Down

0 comments on commit feeb109

Please sign in to comment.