Procházet zdrojové kódy

put web stuff in data/web (where pio expects files for SPIFFS image to live)

Chris Mullins před 8 roky
rodič
revize
2b46fe9394
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 0 0
      data/web/index.html
  2. 1 1
      lib/Settings/Settings.h

web/index.html → data/web/index.html


+ 1 - 1
lib/Settings/Settings.h

@@ -8,7 +8,7 @@
 #define SETTINGS_FILE  "/config.json"
 #define SETTINGS_TERMINATOR '\0'
 
-#define WEB_INDEX_FILENAME "/index.html"
+#define WEB_INDEX_FILENAME "/web/index.html"
 
 class GatewayConfig {
 public: