ZanzyTHEbar
3eeae182ee
feat: add esp32s3 support
...
- add beta simulator environment
2023-03-09 20:21:10 +00:00
ZanzyTHEbar
8f2b6db65b
feat: add wifi rssi endpoint
2023-02-27 15:26:45 +00:00
Zdzislaw Goik
58d0f26602
Add tasks for restarting the esp ( #37 )
2023-02-26 10:28:38 +00:00
ZanzyTHEbar
05589705dd
update: minor formatting
2023-01-08 20:27:57 +00:00
ZanzyTHEbar
fff43f6d16
fix pointer syntax for server object
...
- fix lower casing for wifi statemanager
2023-01-08 13:39:46 +00:00
ZanzyTHEbar
227044e5e9
moved AsyncWebServer class to local instance
2023-01-08 13:19:58 +00:00
ZanzyTHEbar
0cbf78ed82
update
...
- minor update
2022-12-31 03:28:20 +00:00
ZanzyTHEbar
27fc62a43f
remove experimental code
2022-12-31 02:44:49 +00:00
ZanzyTHEbar
74d09fb1f8
update
...
- add GitHub OTA Handler to API
2022-12-14 23:33:12 +00:00
lorow
e137601fc5
Add ping and save routes, remove atomic saves from config endpoints
2022-12-01 23:03:30 +01:00
ZanzyTHEbar
c850372243
update
...
- implement setTxPower into main API
- implement temporary dedicated global method
- implement wifiConfig method per network
2022-12-01 21:25:29 +00:00
lorow
4baf7a89c4
Remove unused API methods, fix missing pinout issues, fix OTA not having a password set up correctly, fix missing default password in platformio file
2022-10-16 20:07:23 +02:00
ZanzyTHEbar
35f61436ab
Major Update
...
- Remove unneeded `data` folder at root of project
- Deprecate API_Utilities class (kept only for the shaEncoder function)
- Begin migration to better organization
2022-09-08 16:01:52 +01:00
Lorow
6a33cb450d
Simplify baseAPI - replace calls to projectManager through hardware managers with a pointer to said manager
...
Fix a bug - saving camera settings was triggering networksConfigUpdated event
Hookup camera update
TODO:
- simplify APi utilities - consider replacing inheritance with composition
- Add brightness control setting to API
2022-09-08 00:38:09 +02:00
ZanzyTHEbar
27ece435cd
Revert "Large Update"
...
This reverts commit 4812ba5f35 .
2022-09-05 13:46:42 +01:00
ZanzyTHEbar
4812ba5f35
Large Update
...
- Clean up main
- Change handling of APIServer start & StreamServer start
to the WiFiHandler
- Call the setupWifi in the WiFiHandler begin method
- Remove WiFiHandler from APIServer and pass in ProjectConfig directly
2022-09-05 13:11:59 +01:00
Lorow
8bb1eccd12
Add cameraReset endpoint, move logo from apiutils to separate package, fix emplace_back - missing param for adhoc
...
Known issues: doesn't compile, linker can't seem to find a definition of setCameraConfig
2022-09-01 22:50:14 +02:00
ZanzyTHEbar
583a2545f8
Update
...
- Finally fix preferences lib
- Setup API to use the preferences lib
- Setup the WiFiHandler to use the preferences lib
- Remove the triggerWifiConfigWrite
in favour of handling that in the setWiFi method itself
2022-08-31 00:45:30 +01:00
ZanzyTHEbar
19733adcf8
update
...
- Optimize std::string in function params by passing in a const reference
2022-08-29 15:02:40 +01:00
ZanzyTHEbar
a5820c674a
update
...
- Revert Constructors for now to fix APIServer not working
- Begin implementation of the Preferences Lib
2022-08-28 17:14:10 +01:00
ZanzyTHEbar
d802b4a5d7
Update
...
- Optimize the dependency injection model for the API classes
- Removed the constructor params from the base-classes of APIServer
- Allocate data to the base-class members in the Constructor of APIServer
2022-08-28 15:02:58 +01:00
ZanzyTHEbar
37f501c442
update
...
- remove extranious methods
2022-08-25 17:21:58 +01:00
ZanzyTHEbar
2ea338d0cd
update
...
- Disable Brownout detection
- Begin adding camera settings handlers to API
- fix ADHOC stream server issue
2022-08-24 18:24:41 +01:00
ZanzyTHEbar
3d6f8827a8
hehe update
...
- Fix pathing issues with Utilities classes
- Adding really nice ASCII art for boot image :)
2022-08-23 00:04:25 +01:00
ZanzyTHEbar
78cc161e45
minor update
...
- Changed formatting from 2 spaces to 4 for indents
2022-08-20 14:14:58 +01:00
ZanzyTHEbar
687be8afb7
large update
...
- Fully reworked the API code, wifi handler, and serial manager
- Added proper APIServer
2022-08-20 14:02:10 +01:00