📦 Moves platform ini to root
This commit is contained in:
@@ -26,8 +26,8 @@ Import("env")
|
||||
project_dir = env["PROJECT_DIR"]
|
||||
buildFlags = env.ParseFlags(env["BUILD_FLAGS"])
|
||||
|
||||
interface_dir = project_dir + "/../app"
|
||||
output_file = project_dir + "/lib/ESP32-sveltekit/WWWData.h"
|
||||
interface_dir = project_dir + "/app"
|
||||
output_file = project_dir + "/esp32/lib/ESP32-sveltekit/WWWData.h"
|
||||
source_www_dir = interface_dir + "/src"
|
||||
build_dir = interface_dir + "/build"
|
||||
filesystem_dir = project_dir + "/data/www"
|
||||
|
||||
@@ -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