File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
ports/espressif/esp-idf-config Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 148
148
url = https://github.com/adafruit/esp-idf.git
149
149
branch = circuitpython8
150
150
[submodule "ports/espressif/certificates/nina-fw "]
151
- path = ports/espressif /certificates/nina-fw
151
+ path = lib /certificates/nina-fw
152
152
url = https://github.com/adafruit/nina-fw.git
153
153
[submodule "frozen/Adafruit_CircuitPython_ST7789 "]
154
154
path = frozen/Adafruit_CircuitPython_ST7789
File renamed without changes.
Original file line number Diff line number Diff line change @@ -795,7 +795,7 @@ CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y
795
795
# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN is not set
796
796
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE=y
797
797
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE=y
798
- CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="certificates/nina-fw/data/roots.pem"
798
+ CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="../../lib/ certificates/nina-fw/data/roots.pem"
799
799
# end of Certificate Bundle
800
800
801
801
CONFIG_MBEDTLS_ECP_RESTARTABLE=y
Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y
572
572
# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN is not set
573
573
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE=y
574
574
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE=y
575
- CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="certificates/nina-fw/data/roots.pem"
575
+ CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="../../lib/ certificates/nina-fw/data/roots.pem"
576
576
# end of Certificate Bundle
577
577
578
578
CONFIG_MBEDTLS_ECP_RESTARTABLE=y
You can’t perform that action at this time.
0 commit comments