mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-12 02:09:56 +00:00
ESP32-Rainmaker-Matter_Switch
This commit is contained in:
10
ESP32-Rainmaker-Switch/sdkconfig.defaults.esp32c6
Normal file
10
ESP32-Rainmaker-Switch/sdkconfig.defaults.esp32c6
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# Use partition table which makes use of flash to the fullest
|
||||
# Can be used for other platforms as well. But please keep in mind that fctry partition address is
|
||||
# different than default, and the new address needs to be specified to `rainmaker.py claim`
|
||||
#
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_4mb_optimised.csv"
|
||||
|
||||
# To accomodate security features
|
||||
CONFIG_PARTITION_TABLE_OFFSET=0xc000
|
||||
Reference in New Issue
Block a user