ZanzyTHEbar
2a5c7b07d2
update
...
- remove git tag from customname script to fix user SCON error
2022-12-14 00:07:35 +00:00
ZanzyTHEbar
a862e54d4a
update
...
- implement autodiscovery class
2022-12-13 22:46:07 +00:00
ZanzyTHEbar
87a481f7b5
update
...
- almost ready for testing
2022-12-13 22:17:39 +00:00
ZanzyTHEbar
8597e066d4
update
...
- begin AutoDiscovery class
2022-12-13 21:48:29 +00:00
ZanzyTHEbar
fc7d1e022b
update
...
- add better logging for buffer failure
2022-12-13 04:02:24 +00:00
ZanzyTHEbar
45f70e43ef
update
...
- add ESP32CAM support
- switch old ESP32CAM env to AI TINKER and make it default
2022-12-13 03:25:54 +00:00
ZanzyTHEbar
8b1935bd96
update
...
- add props stream GPIO support
2022-12-13 02:08:34 +00:00
ZanzyTHEbar
4a2c0f66f9
update
...
- add support for ESP-EYE
2022-12-12 23:47:02 +00:00
ZanzyTHEbar
311fada522
update
...
- temporarily set GET requests on TxPowerLevel
2022-12-05 18:43:52 +00:00
ZanzyTHEbar
85a5605064
update
...
- fix a few bugs in adhoc and project config
- format
2022-12-05 15:20:49 +00:00
ZanzyTHEbar
b2f9c86205
update
...
- minor change to log statement
2022-12-03 05:23:23 +00:00
ZanzyTHEbar
061e3cb8d3
update
...
- setup default mDNS hostname to be user configurable
2022-12-03 05:17:30 +00:00
ZanzyTHEbar
70c8d1697b
update
...
- fix bug in mDNS handler
2022-12-03 04:49:08 +00:00
ZanzyTHEbar
74f3f27b56
fix mDNS handler not starting bug
2022-12-03 02:27:59 +00:00
ZanzyTHEbar
e7ea1341a3
update
...
- remove MDNS name build flag
2022-12-03 02:08:08 +00:00
lorow
2827ab8717
make api responses consistent: status -> msg
2022-12-01 23:37:40 +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
ZanzyTHEbar
3f3e721519
update
...
- move Wifi.setTxPower below Wifi.begin
2022-11-28 18:05:59 +00:00
ZanzyTHEbar
1be8e5fe19
set default TX level to 5dBm
2022-11-27 21:04:22 +00:00
lorow
6a2f003761
Extract queryMDNS to feature/mdns-query
2022-11-23 00:06:25 +01:00
ZanzyTHEbar
e20d960dec
update
...
- fix query service
- save result of query service to the config
2022-11-17 22:51:22 +00:00
lorow
a223039a5a
implement getJsonConfig command
2022-11-11 00:43:55 +01:00
ZanzyTHEbar
326ec8e4cd
Major Update
...
- migrate the rest of the toRepresentation methods out of header file
- optimize toRepresentation methods
- add query service to set up service name and hostname
2022-11-01 22:12:16 +00:00
ZanzyTHEbar
746a0a9f9b
Major Update
...
- migrate toRepresentation methods out of header file
- optimize toRepresentation methods
- add helper for string formatting
- put proper include guards in helper and MDNSManager
- begin adding queryMDNS code
2022-11-01 20:24:50 +00:00
ZanzyTHEbar
88f5cf29b7
Major Update
...
- fixed Hostname issue with ArduinoOTA and mDNS
- fix flashing binary issue on Unix systems
2022-11-01 18:32:05 +00:00
ZanzyTHEbar
ef1fa0314f
update
...
- found bug in config manager
- fixed bug
2022-11-01 17:11:17 +00:00
lorow
b2d7abe954
Add basic toRepresentation serialization methods for config elements
2022-10-25 00:25:58 +02: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
Lorow
adb7853c71
Fix default values for camera config, fix brightness setting affecting brightness instead of acg_gain
2022-10-02 21:32:45 +02:00
Lorow
ce8b27dee4
Fix MDNS not starting properly and always having the same service name
2022-10-02 18:49:05 +02:00
ZanzyTHEbar
86084ecd06
update
...
- basic formatting
2022-09-26 13:40:59 +01:00
ZanzyTHEbar
40ca34c382
update
...
- Add one new state to LEDStates enum
- Added proper lookup-table based state mapping for led states
- created a handleLED method to call in the loop
2022-09-25 13:12:03 +01:00
ZanzyTHEbar
335abd1de8
update
...
- Optimizing StateManager
- Create LEDStates enum
- Migrate entire project to StateManager
2022-09-25 11:54:57 +01:00
ZanzyTHEbar
6f68b45704
Update
...
- fix bug in my_delay function
- edit LEDManager to handle blocking and non-blocking methods
2022-09-25 10:49:38 +01:00
ZanzyTHEbar
2b745a3d1d
update
...
- return optimize the cameraHandler.cpp methods to remove needless if-else checking
2022-09-20 10:24:40 +01:00
ZanzyTHEbar
9b965c224b
update
...
- Re-write bool cast for restartCamera method
- Removed preferencesapi library - no longer needed
2022-09-13 17:13:29 +01:00
ZanzyTHEbar
35d615e96c
update
...
- add support or Git tags in the firmware name
2022-09-10 18:06:38 +01:00
ZanzyTHEbar
711905a1f4
large update
...
- Added auto-versioning system to firmware name
- Formatted ini file
- setup OTA enabled state to be controllable by the user
2022-09-10 17:25:29 +01:00
ZanzyTHEbar
dcaefbccac
Major Update
...
- Added proper Automated naming scheme for firmware files.
Looks awesome now :)
- changed "easynetwork" to "openiris" in project_config.cpp
2022-09-09 22:49:11 +01:00