jomjol
b1a38e0a6d
Merge branch 'rolling' of https://github.com/jomjol/AI-on-the-edge-device into rolling
2023-01-04 21:23:02 +01:00
jomjol
7ee308dec6
Implemented Reboot for "firmware.bin" as well
2023-01-04 21:22:55 +01:00
CaCO3
da9f942857
cache static files ( #1755 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2023-01-04 20:31:04 +01:00
CaCO3
8f018732d3
Update feature.yaml
2023-01-04 17:15:40 +01:00
jomjol
68ac6b0185
Optimized CImageBasis
2023-01-03 08:24:16 +01:00
Slider0007
62a2f127b4
Modify stack sizes + max open files (SD) , add REST handler for heap/(stack) infos ( #1751 )
...
* Modify stack sizes+max open files,add rest handler
* Update
2023-01-03 08:10:08 +01:00
Nicolas Liaudat
3a3e1dde90
compiler optimization ( #1749 )
...
compiler optimization for tflite-micro-esp-examples
2023-01-03 08:06:07 +01:00
CaCO3
6b84eb0290
Replace alert boxes with overlay info boxes ( #1742 )
...
* consolidate test-ip definition, added missing Access-Control-Allow-Origin
* replace alert boxes with overlay info boxes
* .
* .
* .
* .
* .
* .
* .
* .
* .
* .
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2023-01-03 08:05:28 +01:00
CaCO3
4d823b354f
consolidate test-ip definition, added missing Access-Control-Allow-Origin ( #1741 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2023-01-02 14:31:00 +01:00
CaCO3
485e55e0b8
Revert "consolidate test-ip definition, added missing Access-Control-Allow-Origin,"
...
This reverts commit 56cfeb732e .
2023-01-02 00:55:37 +01:00
CaCO3
56cfeb732e
consolidate test-ip definition, added missing Access-Control-Allow-Origin,
2023-01-02 00:53:14 +01:00
Frank Haverland
e6cb9d67ee
#1649 unnecessary np check ( #1736 )
2023-01-01 19:23:00 +01:00
CaCO3
809823a9b0
Update build.yaml ( #1737 )
...
* Update build.yaml
* Update build.yaml
2022-12-31 20:16:20 +01:00
jomjol
b9abbafefc
Update SoftAP
2022-12-31 11:15:51 +01:00
jomjol
eff713a2a9
Moved softAP to the very first checks
2022-12-30 22:48:01 +01:00
Slider0007
33f357d8da
Fix regression of reboot handler / reboot waiting script ( #1725 )
...
* Reboot after OTA: Avoid exeception
* Overview - optimize reload behaviour after reboot
* Update
* Update
2022-12-30 21:58:46 +01:00
CaCO3
58cbd680e8
Add demo mode ( #1720 )
...
* move main part to cam file
* added demo mode
* .
* add a define to configure the logfile handling (#1709 )
Co-authored-by: CaCO3 <caco@ruinelli.ch >
* Move Logfile Switch to define.h
* Update Reboot Algo
* Update server_ota.cpp
* Avoid loading of status infos twice (#1711 )
* Force a reboot even reboot task cannot be created due to lack of heap (#1713 )
* Deinit all components before reboot
* Update
* Update
* Force reboot when reboot task cannot be created
* Improve log message when web UI is incomplete (#1716 )
* improve warning if version.txt is missing
* typo
* show round duration in log
Co-authored-by: CaCO3 <caco@ruinelli.ch >
* .
* .
* .
* creade demo dir
* fix static IP in UP, improve explanation for HA (#1719 )
* fix static IP in UP, improve explanation for HA
* Update edit_config_param.html
Co-authored-by: CaCO3 <caco@ruinelli.ch >
* Create demo folder at startup (if not present)
* move demo files
* Update defines.h (#1726 )
* updated description
* moved to expert section
* fixed broken enabled state
Co-authored-by: CaCO3 <caco@ruinelli.ch >
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com >
Co-authored-by: Slider0007 <115730895+Slider0007@users.noreply.github.com >
2022-12-30 21:57:56 +01:00
CaCO3
4121416743
improve explanations,added example ( #1729 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-30 09:15:53 +01:00
CaCO3
a2ec5cc355
Update defines.h ( #1726 )
2022-12-30 00:11:11 +01:00
jomjol
06309088f4
Create demo folder at startup (if not present)
2022-12-29 22:24:48 +01:00
CaCO3
03c99b2cca
fix static IP in UP, improve explanation for HA ( #1719 )
...
* fix static IP in UP, improve explanation for HA
* Update edit_config_param.html
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-29 16:39:07 +01:00
CaCO3
014dc88112
Improve log message when web UI is incomplete ( #1716 )
...
* improve warning if version.txt is missing
* typo
* show round duration in log
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-29 16:23:41 +01:00
Slider0007
efb9830e0b
Force a reboot even reboot task cannot be created due to lack of heap ( #1713 )
...
* Deinit all components before reboot
* Update
* Update
* Force reboot when reboot task cannot be created
2022-12-29 10:16:31 +01:00
Slider0007
1bda03ee04
Avoid loading of status infos twice ( #1711 )
2022-12-28 21:31:28 +01:00
jomjol
4b23e0c6c3
Update server_ota.cpp
2022-12-28 15:21:47 +01:00
jomjol
f08e856dfd
Update Reboot Algo
2022-12-28 15:07:45 +01:00
jomjol
7a1154363b
Move Logfile Switch to define.h
2022-12-28 14:32:18 +01:00
jomjol
f2f117aea1
add a define to configure the logfile handling ( #1709 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-28 14:28:00 +01:00
jomjol
ee3b15990d
Update defines
2022-12-28 13:10:23 +01:00
jomjol
516ebeb0b7
Enable SoftAP
2022-12-28 12:43:51 +01:00
Nicolas Liaudat
2ce25751a9
Safe optimizations ( #1706 )
...
* safe optimizations
* Merge branch 'rolling' of https://github.com/nliaudat/AI-on-the-edge-device into rolling
2022-12-28 12:34:01 +01:00
Slider0007
8d44ce4852
fetch index.html after reboot -> less 404 ( #1705 )
2022-12-27 20:30:38 +01:00
Slider0007
7fa0b87e6e
Deinit components before reboot ( #1704 )
...
* Deinit all components before reboot
* Update
* Update
2022-12-27 20:29:33 +01:00
Nicolas Liaudat
fca37ee699
macro definition #ifdef ENABLE_SOFTAP ( #1698 )
...
* macro definition #ifdef ENABLE_SOFTAP
* Update platformio.ini
* softap define in define.h
* Update platformio.ini
* #define WLAN_CONFIG_FILE "/sdcard/wlan.ini"
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com >
2022-12-27 19:04:29 +01:00
Nicolas Liaudat
39a02c6d6d
delete img_convert.h as included in code\components\tflite-micro-esp-… ( #1695 )
...
* delete img_convert.h as included in code\components\tflite-micro-esp-examples\components\esp32-camera\conversions\include\img_converters.h
* macro definition #ifdef ENABLE_SOFTAP
2022-12-27 19:01:18 +01:00
CaCO3
3a888c54fe
disable remove-labels because they no longer work
2022-12-27 18:54:26 +01:00
CaCO3
6a9399cf0b
Update label-commenter-config.yml
2022-12-27 18:21:35 +01:00
CaCO3
14a2510e12
Add Bot Replies ( #1701 )
...
* Update label-commenter-config.yml
* Update reply-bot.yml
2022-12-27 18:11:48 +01:00
jomjol
85030e39fa
Improve initial setup proc ( #1692 )
...
* Initial Test
* Initial functional version.
2022-12-27 10:20:55 +01:00
CaCO3
de223f51f6
Extend Github Actions ( #1680 )
...
* Update build.yaml
* Update build.yaml
* Update build.yaml
* Update build.yaml
* Update build.yaml
* Update build.yaml
* Update build.yaml
* Update build.yaml
* Update build.yaml
* automate manifest update
* Update build.yaml
* revert changes to docs folder
* Update build.yaml
* Update build.yaml
* Update build.yaml
* Update build.yaml
* Update build.yaml
* Update build.yaml
* Update build.yaml
* Add files via upload
* prepare docs for deployment through actions (#1688 )
Co-authored-by: CaCO3 <caco@ruinelli.ch >
* automate manifest update
# Conflicts:
# docs/binary/firmware.bin
# docs/binary/v12.0.1/firmware.bin
# docs/binary/v12.0.5/firmware.bin
# docs/binary/v13.0.5/firmware.bin
# docs/binary/v13.0.7/firmware.bin
* revert changes to docs folder
* revert changes to docs folder
# Conflicts:
# docs/releases/download/firmware.bin
* Update build.yaml
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-27 07:18:38 +01:00
CaCO3
f11fadf14b
make more robust, add log ( #1690 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-27 00:04:29 +01:00
CaCO3
9b8923c998
prepare docs for deployment through actions ( #1688 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-26 21:14:58 +01:00
CaCO3
45aeff3e0f
fix special case where number is named "default" (keep all topics in top level instead of in a sub-group) ( #1664 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-24 11:58:20 +01:00
CaCO3
603e968ec7
Improve NTP handling ( #1676 )
...
* fix special case where number is named "default" (keep all topics in top level instead of in a sub-group)
* re-implemented SNTP usage, added way to disable NTP client, added timezone table
* minor fixes
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-23 22:45:25 +01:00
Frank Haverland
66eb1e8d9a
Remove unnecessary null pointer checks #1649 ( #1673 )
...
* fix kernel panic (vector out of range) in getReadoutRawString
* fix key of caches
* fix key of caches
* fix key caches
* fix cache keys
* fix cache keys
* move set variables to top
* debug
* fix key
* testing
* try fix changelog
* test
* Update Changelog.md for release
* Revert "Update Changelog.md for release"
This reverts commit 4f51ec7962 .
* remove testing
* fix release creation
* testing
* Update Changelog.md for release
* test
* Revert "Merge branch 'master' of https://github.com/haverland/AI-on-the-edge-device "
This reverts commit f68695a4c0 , reversing
changes made to a096cf7182 .
* Revert "test"
This reverts commit a096cf7182 .
* revert testing
* #1524 - ensure the result of ZeigerEvalHybridNeu is <10
* Fix late digit transition #1503
* only initial_esp32_setup and update.zip as artefacts
* remove unneeded cache
* rename step ota-v2 to ota
* rename ota-v2 to ota
* new models
- ana-class100 v1.5.4
- ana-cont-11.0.4
- dig-class100 v1.5.0
* Remove unnecessary null pointer checks #1649
Co-authored-by: github-actions <github-actions@github.com >
2022-12-22 21:43:10 +01:00
jomjol
9b200912b2
Update HTML & Firmware ( #1671 )
2022-12-22 18:51:59 +01:00
Slider0007
35a6d5a063
Init GPIO handler before MQTT init ( #1663 )
2022-12-22 08:10:20 +01:00
CaCO3
577417b054
Update sdkconfig.defaults ( #1661 )
...
Reverting changes of `sdkconfig.defaults` falsly added within https://github.com/jomjol/AI-on-the-edge-device/pull/1626
2022-12-21 21:45:11 +01:00
CaCO3
443bd67f81
show release in log instead of branch ( #1660 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-21 21:26:52 +01:00
CaCO3
0feeede406
Optimize logfile write ( #1652 )
...
* remove no longer needed OpenFileAndWait()
* remove WriteToDedicatedFile
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-21 17:45:42 +01:00