CaCO3
025f4af9f2
V14.1 backport to rolling ( #2058 )
...
* Migrate parameters to v14.1 branch (#2023 )
* Migrated parameters
* -
* .
* .
* .
* .
* .
* Remove unneeded checkboxes for true/false
* Remove ";"
* Correct MaintTopic
* Added missing parameters to UI: FlipImageSize, InitialMirror
Removed checkbox in UI for ErrorMessage
Added migration of pboolean parameters: enable them if they where disabled, set them to their default value, then enable them
Switch SetRetainFlag internally to a boolean
* .
* CamImages -> RawImages
* CamImages -> RawImages
* catch error on unknown parameter
* fix missing case insensitivity
* fix typo
* fixmissing rename
* fix migration of ExtendedResolution
* Delete ClassFlowMakeImage.cpp
* Delete ClassFlowMakeImage.h
---------
Co-authored-by: CaCO3 <caco@ruinelli.ch >
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com >
* Update Changelog.md
---------
Co-authored-by: CaCO3 <caco@ruinelli.ch >
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com >
2023-02-21 23:18:24 +01:00
Nicolas Liaudat
17eb382b66
Heap tracing ( #1861 )
...
* Update sdkconfig.esp32cam-dev-task-analysis.defaults
* Update defines.h
* Update platformio.ini
* Update main.cpp
* Update defines.h
* Update ClassFlowCNNGeneral.cpp
* Update platformio.ini
2023-01-18 22:57:11 +01:00
Slider0007
58816275e5
Add error handling for memory intensive tasks ( #1798 )
...
* tflite model loading: error handling
* FlowAlignment: error handling
* CImageBasis+GetJPGStream : error handling
2023-01-11 20:23:26 +01:00
jomjol
a39092497e
STBI_ONLY_JPEG ( #1789 )
2023-01-11 20:21:14 +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
Nicolas Liaudat
f6369ff237
Code translation ( #1626 )
...
* comment translation
* translation part #2
* code translation from DE to ENG #part3
* translation #4
* dismantled =>splitted
* bereich => range
* Update defines.h
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com >
2022-12-19 22:05:45 +01:00
Nicolas Liaudat
b0726b6c7e
Centralizing the defines ( #1624 )
...
* defines changes
* Finish #define move + #define STBI_ONLY_JPEGsave 2% of Flash
* remove the defines on the old places
* ClassFlowCNNGeneral in define.h
* revert to origin
* fix translation not ready
2022-12-19 21:43:30 +01:00
CaCO3
9d5846d0ce
Renamed variables and added debug log ( #1537 )
...
* add debug logs
* renamed variables
* renamed TAGs, added flow status logging
* .
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-10 20:39:43 +01:00
Frank Haverland
2997bf0911
#1524 - ensure the recognized digit is less than 10 ( #1525 )
...
* 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
Co-authored-by: github-actions <github-actions@github.com >
2022-12-09 17:52:01 +01:00
Slider0007
0dd63b9b7a
Fix file retention, remove/correct logs ( #1377 )
2022-11-18 19:23:18 +01:00
CaCO3
c64ed36fa4
Support white space and equal in passwords ( #1327 )
...
* Updated the web Installer page, removed all redudnant files in the docs folder, updated the main README
* .
* consolidate the 2 identical ZerlegeZeile() function and move it to Helper.cpp and add workaround for whitespace and equal sign in password fields
* remove redundant code in HelperZerlegeZeile()
* Updated the web Installer page, removed all redudnant files in the docs folder, updated the main README
* .
* consolidate the 2 identical ZerlegeZeile() function and move it to Helper.cpp and add workaround for whitespace and equal sign in password fields
* remove redundant code in HelperZerlegeZeile()
2022-11-11 19:11:53 +01:00
CaCO3
5c22986e2e
fix log format
2022-11-10 23:49:10 +01:00
CaCO3
2b0e0f7d4e
MQTT improvements ( #1302 )
...
* Update server_mqtt.cpp
* Update server_mqtt.cpp
* skipp all MQTT publishing until the next round if an error occures
* improve logging
* only use group for uid and topic if there is more than one number
* .
* .
2022-11-09 18:25:24 +01:00
CaCO3
d1e7ef1fce
Add tag to logfile write ( #1287 )
...
* HTML: implement data viewer
* Correct CSV error
* Improve OTA
* Use consistent Log TAG syntax, name TAG variable the same in every file.
* .
* .
* .
* .
* .
* Update server_tflite.cpp
* Correct CSV error
* Improve OTA
* Use consistent Log TAG syntax, name TAG variable the same in every file.
* .
* .
* .
* .
* .
* Update server_tflite.cpp
* .
* .
* .
* .
* .
* .
* .
* .
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com >
2022-11-06 08:13:53 +01:00
jomjol
9b8594c040
Change data to csv, harmonize REST API editflow
2022-11-05 19:56:09 +01:00
Frank Haverland
1be49a75b1
fix kernel panic (vector out of range) in getReadoutRawString ( #1250 )
2022-10-31 22:04:34 +01:00
CaCO3
1d367a58d5
Merge branch 'rolling' into add-log-level-to-logfile2
2022-10-25 14:14:23 +02:00
jomjol
8e22bd06e9
Update ClassFlowCNNGeneral.cpp
2022-10-23 18:09:05 +02:00
jomjol
b78929745b
Improve data logging
2022-10-23 16:12:34 +02:00
George Ruinelli
1e698440f9
added log level to logfile, adjusted some loglevels
2022-10-22 18:05:08 +02:00
George Ruinelli
4951fc9b80
removed redundant log entries (some now are DEBUG isntread of INFO or ERROR)
2022-10-21 23:19:36 +02:00
George Ruinelli
0bf8182728
.
2022-10-21 22:55:36 +02:00
jomjol
8d4fb74173
Implement data log
2022-10-19 22:08:02 +02:00
jomjol
3be33820d9
Merge branch 'rolling' of https://github.com/jomjol/AI-on-the-edge-device into rolling
2022-10-19 20:30:41 +02:00
jomjol
83f638c64f
start implementing direct data log
2022-10-19 20:23:15 +02:00
Frank Haverland
0e55fc7f7e
add @Plawasan test cases. Works now with setable analogdigitTransistionstart
2022-10-18 23:01:09 +02:00
Frank Haverland
f91f5e3cba
rewrite of ZeigerEvalAnalogToDigitNeu added explizit test-cases for it.
2022-10-17 20:29:35 +02:00
Frank Haverland
8045e0bfaf
added testcases for #1143
...
cleanup the analogtodigit for better reading.
2022-10-14 23:20:05 +02:00
Frank Haverland
40e176ec28
digit will be roundet now from x.7..x.9 out of transition of the pointer
2022-10-14 20:03:18 +02:00
Frank Haverland
1ab135e989
fix hanging digits in transition
2022-10-14 19:53:04 +02:00
Frank Haverland
ea26a5722a
rewrite of analogtodigit, added new testcases
2022-10-13 21:41:40 +02:00
Frank Haverland
0f6c767143
fix analogtodigital: remove rounding
2022-10-12 21:34:24 +02:00
Frank Haverland
78806c081b
Create special handling for fast foreward, because it's not at the beginning of the Transition
2022-09-18 17:56:56 +02:00
Frank Haverland
d7c7537aa9
#921 #994 - fix handling in DigitalUebergangsbereichVorgaenger, reduced DigitalUebergangsbereichVorgaenger =0.7
...
added serial-debug in postprocessing (not enabled by default)
added test-case for #994
fixed checkDigitConsistency (pre value before analog lost)
added debug to proof need of double for NUMBERS.Value (see testcase 32289.4198)
2022-09-11 22:44:35 +02:00
jomjol
68a596707b
Rolling 20220409
2022-09-04 18:16:37 +02:00
jomjol
d36a4dbdbe
Merge pull request #967 from haverland/921-keinNulldurchgang
...
No transition if previous values calculate the eval_vorgaenger is 9 (no transition)
2022-09-02 20:26:21 +02:00
Frank Haverland
787f9362eb
#921 No zero trasition
2022-09-01 21:42:12 +02:00
jomjol
5c0cd63da0
Rolling 20220831
2022-08-31 22:04:02 +02:00
jomjol
5a31543538
Merge branch 'pr/952' into rolling
2022-08-31 19:58:04 +02:00
Frank Haverland
cdf8663bd3
fix https://github.com/jomjol/AI-on-the-edge-device/issues/921#issuecomment-1229552041
2022-08-29 16:11:05 +02:00
jomjol
234925c850
Merge branch 'rolling'
2022-08-28 19:54:15 +02:00
jomjol
c9b7a5f84c
v11.2.0
2022-08-28 19:52:51 +02:00
Anthony
cfaeaa370a
cleanup.
2022-08-28 02:11:08 -04:00
jomjol
b2c510d73e
Rolling 20220827
2022-08-27 20:21:53 +02:00
Anthony
e8b649d315
latest update for CCW
2022-08-27 13:19:31 -04:00
Anthony
d930fdae78
fixes for CCW analog.
2022-08-26 17:05:00 -04:00
jomjol
993fbfe5a8
Rolling 2022-08-26
2022-08-26 21:20:26 +02:00
Anthony
af546ef0f1
Added Counter Clockwise option for analog dial.
2022-08-26 10:43:22 -04:00
jomjol
ae302d49ef
Rolling 2022-08-22
2022-08-22 22:17:32 +02:00
jomjol
aca60465f0
v11.1.1
2022-08-22 18:20:00 +02:00