Skip to content

Commit

Permalink
minor text update
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmarcano committed Aug 9, 2023
1 parent 93b32f4 commit 26233dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 26233dc

Please sign in to comment.