sdkconfig should be first

This commit is contained in:
Jason2866 2021-06-10 14:10:18 +02:00 committed by GitHub
parent b8abe4fd0f
commit bed946d028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,8 +53,8 @@ build_flags = ${esp_defaults.build_flags}
;for TLS we can afford compiling for 4K RSA keys
-DUSE_4K_RSA
-I$PROJECT_DIR/include
-include "fix_esp32c3.h"
-include "sdkconfig.h"
-include "fix_esp32c3.h"
[core32]