- Removed credentials.h && pinouts.h
- Added wifi environment and pinouts env to ini file
To get rid of the extra header files i migrated the settings to the ini
This is much cleaner imo and easier to maintain.
I added explixit commets to guide the user to the right section to add their wifi details
- Migrated instationation of StateManager objects to CPP file.
This was to remove them from the main, keep the main clean.
Now objects are accessible whenever you include the header.
No need to recreate them.