diff --git a/code/components/jomjol_flowcontroll/ClassFlowAnalog.cpp b/code/components/jomjol_flowcontroll/ClassFlowAnalog.cpp index 91cf5fc6..9298bac8 100644 --- a/code/components/jomjol_flowcontroll/ClassFlowAnalog.cpp +++ b/code/components/jomjol_flowcontroll/ClassFlowAnalog.cpp @@ -190,7 +190,6 @@ bool ClassFlowAnalog::ReadParameter(FILE* pfile, string& aktparamgraph) analog* ClassFlowAnalog::FindANALOG(string _name_number) { - analog *_ret = NULL; for (int i = 0; i < ANALOG.size(); ++i) { diff --git a/code/components/jomjol_flowcontroll/ClassFlowDigit.cpp b/code/components/jomjol_flowcontroll/ClassFlowDigit.cpp index 0c214a63..fdd67c3d 100644 --- a/code/components/jomjol_flowcontroll/ClassFlowDigit.cpp +++ b/code/components/jomjol_flowcontroll/ClassFlowDigit.cpp @@ -161,8 +161,6 @@ bool ClassFlowDigit::ReadParameter(FILE* pfile, string& aktparamgraph) digit* ClassFlowDigit::FindDIGIT(string _name_number) { - digit *_ret = NULL; - for (int i = 0; i < DIGIT.size(); ++i) { if (DIGIT[i]->name == _name_number) diff --git a/code/components/jomjol_image_proc/CImageBasis.cpp b/code/components/jomjol_image_proc/CImageBasis.cpp index b850210c..cd65c83a 100644 --- a/code/components/jomjol_image_proc/CImageBasis.cpp +++ b/code/components/jomjol_image_proc/CImageBasis.cpp @@ -354,12 +354,10 @@ CImageBasis::CImageBasis(CImageBasis *_copyfrom, int _anzrepeat) int memsize = width * height * channels; rgb_image = (unsigned char*)GET_MEMORY(memsize); - TickType_t xDelay; int anz = 1; while (!rgb_image && (anz < _anzrepeat)) { - printf("Create Image from Copy - Speicher ist voll - Versuche es erneut: %d.\n", anz); - xDelay = 1000 / portTICK_PERIOD_MS; + printf("Create Image from Copy - Speicher ist voll - Versuche es erneut: %d.\n", anz); rgb_image = (unsigned char*) malloc(memsize); anz++; } diff --git a/code/components/jomjol_tfliteclass/CTfLiteClass.cpp b/code/components/jomjol_tfliteclass/CTfLiteClass.cpp index e2e20227..9ff43353 100644 --- a/code/components/jomjol_tfliteclass/CTfLiteClass.cpp +++ b/code/components/jomjol_tfliteclass/CTfLiteClass.cpp @@ -156,9 +156,9 @@ void CTfLiteClass::MakeAllocate() } void CTfLiteClass::GetInputTensorSize(){ +#ifdef DEBUG_DETAIL_ON float *zw = this->input; int test = sizeof(zw); -#ifdef DEBUG_DETAIL_ON printf("Input Tensor Dimension: %d\n", test); #endif } @@ -185,13 +185,11 @@ unsigned char* CTfLiteClass::ReadFileToCharArray(std::string _fn) unsigned char *result = (unsigned char*) malloc(size); int anz = 1; - TickType_t xDelay; while (!result && (anz < 6)) // maximal 5x versuchen (= 5s) { #ifdef DEBUG_DETAIL_ON printf("Speicher ist voll - Versuche es erneut: %d.\n", anz); #endif - xDelay = 1000 / portTICK_PERIOD_MS; result = (unsigned char*) malloc(size); anz++; } diff --git a/code/main/version.cpp b/code/main/version.cpp index 35d6530e..e9fcd1f0 100644 --- a/code/main/version.cpp +++ b/code/main/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="1f6b02a"; +const char* GIT_REV="03b5e36"; const char* GIT_TAG=""; -const char* GIT_BRANCH="rolling"; -const char* BUILD_TIME="2021-07-13 20:37"; \ No newline at end of file +const char* GIT_BRANCH="master"; +const char* BUILD_TIME="2021-07-14 19:54"; \ No newline at end of file diff --git a/code/main/version.h b/code/main/version.h index 5a6a9e78..ed812495 100644 --- a/code/main/version.h +++ b/code/main/version.h @@ -13,7 +13,7 @@ extern "C" #include "Helper.h" #include -const char* GIT_BASE_BRANCH = "master - v7.1.2 - 2020-06-17"; +const char* GIT_BASE_BRANCH = "master - v8.0.0 - 2021-07-14"; const char* git_base_branch(void) diff --git a/code/sdkconfig b/code/sdkconfig index 24129176..bf0da769 100644 --- a/code/sdkconfig +++ b/code/sdkconfig @@ -166,8 +166,6 @@ CONFIG_APPTRACE_LOCK_ENABLE=y # # CONFIG_BT_ENABLED is not set CONFIG_BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF=0 -CONFIG_BTDM_CTRL_PCM_ROLE_EFF=0 -CONFIG_BTDM_CTRL_PCM_POLAR_EFF=0 CONFIG_BTDM_CTRL_BLE_MAX_CONN_EFF=0 CONFIG_BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF=0 CONFIG_BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF=0 @@ -242,7 +240,6 @@ CONFIG_ESP_TLS_USING_MBEDTLS=y # # ESP32-specific # -CONFIG_ESP32_ECO3_CACHE_LOCK_FIX=y CONFIG_ESP32_REV_MIN_0=y # CONFIG_ESP32_REV_MIN_1 is not set # CONFIG_ESP32_REV_MIN_2 is not set @@ -660,10 +657,8 @@ CONFIG_LWIP_SO_REUSE=y CONFIG_LWIP_SO_REUSE_RXTOALL=y # CONFIG_LWIP_SO_RCVBUF is not set # CONFIG_LWIP_NETBUF_RECVINFO is not set -CONFIG_LWIP_IP4_FRAG=y -CONFIG_LWIP_IP6_FRAG=y -# CONFIG_LWIP_IP4_REASSEMBLY is not set -# CONFIG_LWIP_IP6_REASSEMBLY is not set +CONFIG_LWIP_IP_FRAG=y +# CONFIG_LWIP_IP_REASSEMBLY is not set # CONFIG_LWIP_STATS is not set # CONFIG_LWIP_ETHARP_TRUST_IP_MAC is not set CONFIG_LWIP_ESP_GRATUITOUS_ARP=y @@ -687,10 +682,8 @@ CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8 # # TCP # -CONFIG_LWIP_TCP_ISN_HOOK=y CONFIG_LWIP_MAX_ACTIVE_TCP=16 CONFIG_LWIP_MAX_LISTENING_TCP=16 -CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION=y CONFIG_LWIP_TCP_MAXRTX=12 CONFIG_LWIP_TCP_SYNMAXRTX=6 CONFIG_LWIP_TCP_MSS=1440 @@ -705,7 +698,6 @@ CONFIG_LWIP_TCP_QUEUE_OOSEQ=y CONFIG_LWIP_TCP_OVERSIZE_MSS=y # CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS is not set # CONFIG_LWIP_TCP_OVERSIZE_DISABLE is not set -CONFIG_LWIP_TCP_RTO_TIME=1500 # end of TCP # @@ -721,8 +713,6 @@ CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY=y # CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1 is not set CONFIG_LWIP_TCPIP_TASK_AFFINITY=0x7FFFFFFF # CONFIG_LWIP_PPP_SUPPORT is not set -CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3 -CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5 # # ICMP @@ -1006,8 +996,6 @@ CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT=30 # CONFIG_WPA_MBEDTLS_CRYPTO=y # CONFIG_WPA_TLS_V12 is not set -# CONFIG_WPA_WPS_WARS is not set -# CONFIG_WPA_DEBUG_PRINT is not set # end of Supplicant # diff --git a/code/version.cpp b/code/version.cpp index 35d6530e..934e3147 100644 --- a/code/version.cpp +++ b/code/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="1f6b02a"; +const char* GIT_REV="03b5e36"; const char* GIT_TAG=""; -const char* GIT_BRANCH="rolling"; -const char* BUILD_TIME="2021-07-13 20:37"; \ No newline at end of file +const char* GIT_BRANCH="master"; +const char* BUILD_TIME="2021-07-14 19:53"; \ No newline at end of file diff --git a/firmware/bootloader.bin b/firmware/bootloader.bin index 5255e150..f73c470c 100644 Binary files a/firmware/bootloader.bin and b/firmware/bootloader.bin differ diff --git a/firmware/firmware.bin b/firmware/firmware.bin index 5d14c9ca..93aab4f0 100644 Binary files a/firmware/firmware.bin and b/firmware/firmware.bin differ