Search found 1 match

by mtetreault
Tue Apr 20, 2021 3:26 pm
Forum: ESP-IDF
Topic: How to properly setup release and debug configuration for projet
Replies: 0
Views: 983

How to properly setup release and debug configuration for projet

Hello, What is the best way to setup Debug/Release configuration for esp-idf development? The project use a `sdkconfig.defaults` that enable CONFIG_PARTITION_TABLE_CUSTOM and I'd like to be able to use two different partition table depending if I am in debug or in release. is there a clean way to do...