Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

Feature/rearrange pio project #17

Closed FiveTeethless closed 1 year ago

FiveTeethless commented 1 year ago
  1. I have moved the project into root environment. Like this the git integration in VSCode works as well.
  2. Also the READMEs in the directories lib and test are gone.
  3. The include directory has been removed successfull without any warning with redirecting the PIO include path to be the src path.
  4. Finally I removed the file extensions.json, because it is generated on each start of PlatformIO anyway. (I had issues on my machine with line endings in this file anyway 😆)

this solves #16