upgrade SDK to v2.8.0
This commit is contained in:
parent
ab0c340014
commit
615c3f5f9e
|
@ -59,5 +59,6 @@
|
||||||
"C_Cpp_Runner.useLeakSanitizer": false,
|
"C_Cpp_Runner.useLeakSanitizer": false,
|
||||||
"C_Cpp_Runner.showCompilationTime": false,
|
"C_Cpp_Runner.showCompilationTime": false,
|
||||||
"C_Cpp_Runner.useLinkTimeOptimization": false,
|
"C_Cpp_Runner.useLinkTimeOptimization": false,
|
||||||
"C_Cpp_Runner.msvcSecureNoWarnings": false
|
"C_Cpp_Runner.msvcSecureNoWarnings": false,
|
||||||
|
"idf.portWin": "COM34"
|
||||||
}
|
}
|
|
@ -12,6 +12,6 @@
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = wt32-eth01
|
board = wt32-eth01
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps = siwats/ESPMegaPROR3@^2.5.10
|
lib_deps = siwats/ESPMegaPROR3@^2.8.0
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
build_flags = -DCORE_DEBUG_LEVEL=0
|
build_flags = -DCORE_DEBUG_LEVEL=0 -DSW_VERSION='"3.0.1"' -DBOARD_MODEL='"ESPMegaPRO R3.3c"'
|
|
@ -5,7 +5,7 @@
|
||||||
* Variants *
|
* Variants *
|
||||||
***********************************************/
|
***********************************************/
|
||||||
// @note You can use -D flag to define the variant and comment out the line below
|
// @note You can use -D flag to define the variant and comment out the line below
|
||||||
#define AC_TYPE AC_TYPE_DUCTED_VARIANT_2
|
#define AC_TYPE AC_TYPE_CEILING
|
||||||
|
|
||||||
/***********************************************
|
/***********************************************
|
||||||
* Pin Definitions *
|
* Pin Definitions *
|
||||||
|
|
Loading…
Reference in New Issue