Commit Graph

7 Commits

Author SHA1 Message Date
Lorow
2cc2992388 Fix build failing due to missing includes 2022-08-30 20:42:12 +02:00
Lorow
440c755568 Bump the httpd buffer to 20480 to fix freezing / buffer overflow issue, turn off brownout detection 2022-08-28 21:03:48 +02:00
Lorow
ccf089d69f Set the ESP to no power saving more 2022-08-28 16:42:45 +02:00
ZanzyTHEbar
7da2449733 Big update
- 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
2022-07-22 21:08:14 +02:00
ZanzyTHEbar
06ca809d26 update state manager
- 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.
2022-07-22 21:08:14 +02:00
ZanzyTHEbar
fca754d2cc fixed statemanager class
- Implemented a proper templated statemanager
- Any number of program states can be passed to the class.
2022-07-22 21:08:14 +02:00
ZanzyTHEbar
abd1443bf5 refactor project
Refactor entire project - need to fix Statemanager to get rid of the linking error
2022-07-22 21:08:14 +02:00