Skip to content

Commit 60701bc

Browse files
committed
Merge branch 'rolling' into master
2 parents 2903d1a + 5ca3e18 commit 60701bc

File tree

8 files changed

+33
-11
lines changed

8 files changed

+33
-11
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ If you would like to support the developer with a cup of coffee you can do that
4141

4242

4343

44-
##### 6.3.0 Image Processing in Memory - (2021-03-14)
44+
##### 6.3.1 Image Processing in Memory - (2021-03-16)
4545

46+
* NEW: 6.3.1: bug fixing in initial edit reference image and `config.ini` (Spelling error in `InitialRotate`)
4647
* Initial setup mode: bug fixing, error correction
4748
* Bug-fixing
4849

code/main/version.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
<<<<<<< HEAD
12
const char* GIT_REV="5f0f180";
23
const char* GIT_TAG="";
34
const char* GIT_BRANCH="master";
4-
const char* BUILD_TIME="2021-03-14 12:56";
5+
const char* BUILD_TIME="2021-03-14 12:56";
6+
=======
7+
const char* GIT_REV="5be56d9";
8+
const char* GIT_TAG="";
9+
const char* GIT_BRANCH="rolling";
10+
const char* BUILD_TIME="2021-03-16 20:48";
11+
>>>>>>> rolling

code/main/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C"
1313
#include "Helper.h"
1414
#include <fstream>
1515

16-
const char* GIT_BASE_BRANCH = "master - v6.3.0 - 2020-03-14";
16+
const char* GIT_BASE_BRANCH = "master - v6.3.1 - 2020-03-16";
1717

1818

1919
const char* git_base_branch(void)

code/sdkconfig

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ CONFIG_APPTRACE_LOCK_ENABLE=y
165165
#
166166
# CONFIG_BT_ENABLED is not set
167167
CONFIG_BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF=0
168+
CONFIG_BTDM_CTRL_PCM_ROLE_EFF=0
169+
CONFIG_BTDM_CTRL_PCM_POLAR_EFF=0
168170
CONFIG_BTDM_CTRL_BLE_MAX_CONN_EFF=0
169171
CONFIG_BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF=0
170172
CONFIG_BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF=0
@@ -239,6 +241,7 @@ CONFIG_ESP_TLS_USING_MBEDTLS=y
239241
#
240242
# ESP32-specific
241243
#
244+
CONFIG_ESP32_ECO3_CACHE_LOCK_FIX=y
242245
CONFIG_ESP32_REV_MIN_0=y
243246
# CONFIG_ESP32_REV_MIN_1 is not set
244247
# CONFIG_ESP32_REV_MIN_2 is not set
@@ -657,8 +660,10 @@ CONFIG_LWIP_SO_REUSE=y
657660
CONFIG_LWIP_SO_REUSE_RXTOALL=y
658661
# CONFIG_LWIP_SO_RCVBUF is not set
659662
# CONFIG_LWIP_NETBUF_RECVINFO is not set
660-
CONFIG_LWIP_IP_FRAG=y
661-
# CONFIG_LWIP_IP_REASSEMBLY is not set
663+
CONFIG_LWIP_IP4_FRAG=y
664+
CONFIG_LWIP_IP6_FRAG=y
665+
# CONFIG_LWIP_IP4_REASSEMBLY is not set
666+
# CONFIG_LWIP_IP6_REASSEMBLY is not set
662667
# CONFIG_LWIP_STATS is not set
663668
# CONFIG_LWIP_ETHARP_TRUST_IP_MAC is not set
664669
CONFIG_LWIP_ESP_GRATUITOUS_ARP=y
@@ -682,8 +687,10 @@ CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8
682687
#
683688
# TCP
684689
#
690+
CONFIG_LWIP_TCP_ISN_HOOK=y
685691
CONFIG_LWIP_MAX_ACTIVE_TCP=16
686692
CONFIG_LWIP_MAX_LISTENING_TCP=16
693+
CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION=y
687694
CONFIG_LWIP_TCP_MAXRTX=12
688695
CONFIG_LWIP_TCP_SYNMAXRTX=6
689696
CONFIG_LWIP_TCP_MSS=1440
@@ -698,6 +705,7 @@ CONFIG_LWIP_TCP_QUEUE_OOSEQ=y
698705
CONFIG_LWIP_TCP_OVERSIZE_MSS=y
699706
# CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS is not set
700707
# CONFIG_LWIP_TCP_OVERSIZE_DISABLE is not set
708+
CONFIG_LWIP_TCP_RTO_TIME=1500
701709
# end of TCP
702710

703711
#
@@ -713,6 +721,8 @@ CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY=y
713721
# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1 is not set
714722
CONFIG_LWIP_TCPIP_TASK_AFFINITY=0x7FFFFFFF
715723
# CONFIG_LWIP_PPP_SUPPORT is not set
724+
CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3
725+
CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5
716726

717727
#
718728
# ICMP
@@ -996,6 +1006,8 @@ CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT=30
9961006
#
9971007
CONFIG_WPA_MBEDTLS_CRYPTO=y
9981008
# CONFIG_WPA_TLS_V12 is not set
1009+
# CONFIG_WPA_WPS_WARS is not set
1010+
# CONFIG_WPA_DEBUG_PRINT is not set
9991011
# end of Supplicant
10001012

10011013
#

firmware/html.zip

2 Bytes
Binary file not shown.

sd-card/config/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ImageSize = VGA
88
FixedExposure = false
99

1010
[Alignment]
11-
InitalRotate=180
11+
InitialRotate=180
1212
/config/ref0.jpg 119 273
1313
/config/ref1.jpg 456 138
1414
SearchFieldX = 20

sd-card/html/edit_reference.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h2>Create Reference out of Raw Image</h2>
164164
// document.getElementById("MakeImage_Saturation_value1").disabled = true;
165165
// document.getElementById("MakeImage_Contrast_value1").disabled = true;
166166
document.getElementById("mirror").disabled = false;
167-
if (!(param["Alignment"]["InitialMirror"].found))
167+
if (!(param["MakeImage"]["Brightness"].found))
168168
{
169169
document.getElementById("MakeImage_Brightness_value1").type = "hidden";
170170
document.getElementById("MakeImage_Brightness_text").style.visibility = "hidden";
@@ -200,13 +200,15 @@ <h2>Create Reference out of Raw Image</h2>
200200
ReadParameter(param, "MakeImage", "Brightness", false);
201201
// ReadParameter(param, "MakeImage", "Contrast", false);
202202
// ReadParameter(param, "MakeImage", "Saturation", false);
203-
var textToSave = setConfigParameters(param);
204-
FileDeleteOnServer("/config/config.ini", basepath);
205-
FileSendContent(textToSave, "/config/config.ini", basepath);
206203
}
207204

208205
var canvas = document.getElementById("canvas");
209206
drawRotated(false);
207+
208+
var textToSave = setConfigParameters(param);
209+
FileDeleteOnServer("/config/config.ini", basepath);
210+
FileSendContent(textToSave, "/config/config.ini", basepath);
211+
210212
SaveCanvasToImage(canvas, "/config/reference.jpg", true, basepath);
211213
showReference();
212214
UpdatePage();

sd-card/html/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0
1+
6.3.1

0 commit comments

Comments
 (0)