diff --git a/.gitignore b/.gitignore index ff5cc43..104c61b 100644 --- a/.gitignore +++ b/.gitignore @@ -183,14 +183,6 @@ dist # Secrets src/env.h -### PlatformIO Release files ### -#!.pio/build/ -#.pio/build/* -#!.pio/build/esp32doit-devkit-v1/ -#.pio/build/esp32doit-devkit-v1/* -#!.pio/build/esp32doit-devkit-v1/firmware.bin -#!.pio/build/esp32doit-devkit-v1/spiffs.bin - ### VisualStudioCode ### .vscode/* !.vscode/settings.json diff --git a/README.md b/README.md index 0179234..703b028 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,14 @@ There will also be two buttons, one will add +1min to the time (and start the ti The project structure is as follows: -| Resource | Description | -| ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | -| [src/](src) | The [main.cpp](/src/main.cpp) file with the code to be uploaded to esp32 | -| [data/](data) | Static files written directly to the SPI flash file storage (SPIFFS) | -| [lib/](lib) | All additional libraries. Core libraries are installed via PlatformIO or written in **lib_deps** using the [platformio.ini](platformio.ini) file | -| [server/](server) | [Express](https://expressjs.com/) server for debugging | -| [platformio.ini](platformio.ini) | PlatformIO project configuration file | -| [env-template.h](src/env-template.h) | Env vars template file used to get the credentials for WiFi & VPN | +| Resource | Description | +| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | +| [src/](src) | The [main.cpp](/src/main.cpp) file with the code to be uploaded to esp32 | +| [data/](data) | Static files written directly to the SPI flash file storage (SPIFFS) | +| [lib/](lib) | All additional libraries. Core libraries are installed via PlatformIO or written in **lib_deps** using the [platformio.ini](platformio.ini) file | +| [server/](server) | [Express](https://expressjs.com/) server for debugging | +| [env‑template.h](src/env-template.h) | Environment variables template file used to get the credentials for WiFi & VPN | +| [platformio.ini](platformio.ini) | PlatformIO project configuration file | ### Envionment Variables