📦 Moves platform ini to root
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user