📦 Moves platform ini to root

This commit is contained in:
Rune Harlyk
2025-03-23 16:10:58 +01:00
committed by Rune Harlyk
parent c02938b567
commit e4cb035ad9
6 changed files with 22 additions and 16 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ except ImportError:
ca_bundle_bin_file = 'x509_crt_bundle.bin'
mozilla_cacert_url = 'https://curl.se/ca/cacert.pem'
adafruit_cacert_url = 'https://raw.githubusercontent.com/adafruit/certificates/main/data/roots.pem'
certs_dir = Path("./ssl_certs")
binary_dir = Path("./src/certs")
certs_dir = Path("./esp32/ssl_certs")
binary_dir = Path("./esp32/src/certs")
quiet = False