mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 04:56:53 +03:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74c7ff7fdf | ||
|
|
a68ce353ad | ||
|
|
0d168f3445 | ||
|
|
073e04a3cc |
@@ -40,7 +40,9 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
|
||||
|
||||
------
|
||||
|
||||
##### 11.0.0 - Intermediate Digits
|
||||
##### 11.0.1 - Intermediate Digits
|
||||
|
||||
- **NEW v11.0.1**: Bug Fix InfluxDB configuration (only update of html.zip necessary)
|
||||
|
||||
- Implementation of new CNN types to detect intermediate values of digits with rolling numbers
|
||||
|
||||
|
||||
Binary file not shown.
BIN
sd-card/.DS_Store
vendored
Normal file
BIN
sd-card/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
sd-card/config/ana-class100_0120_s1_q.tflite
Normal file
BIN
sd-card/config/ana-class100_0120_s1_q.tflite
Normal file
Binary file not shown.
BIN
sd-card/config/dig-class100_0120_s2_q.tflite
Normal file
BIN
sd-card/config/dig-class100_0120_s2_q.tflite
Normal file
Binary file not shown.
@@ -2009,6 +2009,7 @@ function ReadParameterAll()
|
||||
ReadParameter(param, "MQTT", "SetRetainFlag", true);
|
||||
|
||||
ReadParameter(param, "InfluxDB", "Uri", true);
|
||||
ReadParameter(param, "InfluxDB", "Database", true);
|
||||
ReadParameter(param, "InfluxDB", "Measurement", true);
|
||||
ReadParameter(param, "InfluxDB", "user", true);
|
||||
ReadParameter(param, "InfluxDB", "password", true);
|
||||
|
||||
@@ -13,7 +13,7 @@ function getbasepath(){
|
||||
{
|
||||
// host = "http://192.168.2.219"; // jomjol interner test
|
||||
// host = "http://192.168.178.46"; // jomjol interner test
|
||||
host = "http://192.168.178.62"; // jomjol interner Real
|
||||
host = "http://192.168.178.44"; // jomjol interner Real
|
||||
// host = "http://192.168.43.191";
|
||||
// host = "."; // jomjol interner localhost
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
14.3.0
|
||||
14.3.2
|
||||
Reference in New Issue
Block a user