- Changed SerialManager to only set the config on newData
- Changed serial manager to save to flash after all configs set
- Changed main init config structs and load config
- 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.
adjusted xclk_freq to 20Mhz which allows up to get to about 60fps average at 20-30ms latency
adjusted jpeg_quality to 7 from 5, this makes it slightly lower quality but done to get lower latency. May revert at some time but should be fine.
added a few notes on the settings
* Refactor everything under one namespace, turn most things into classes, add support for selecting ROI in cameraHandler, add state management
* Remove unsued main.py file - other projects are working on that implementation