📦 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
@@ -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"
+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