File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -1102,6 +1102,8 @@ def generate_mbedtls_bundle(sdk_config):
1102
1102
if env .subst ("$PROJECT_SRC_DIR" ) != os .path .join (env .subst ("$PROJECT_DIR" ), "main" ):
1103
1103
extra_components .append (env .subst ("$PROJECT_SRC_DIR" ))
1104
1104
if "arduino" in env .subst ("$PIOFRAMEWORK" ):
1105
+ print ("Warning! Arduino framework as an ESP-IDF component doesn't handle "
1106
+ "the `variant` field! The default `esp32` variant will be used." )
1105
1107
extra_components .append (ARDUINO_FRAMEWORK_DIR )
1106
1108
1107
1109
print ("Reading CMake configuration..." )
Original file line number Diff line number Diff line change 10
10
[env]
11
11
platform = espressif32
12
12
framework = arduino, espidf
13
- build_flags =
13
+ build_flags =
14
14
-D CONFIG_BLINK_GPIO =2
15
15
monitor_speed = 115200
16
16
platform_packages =
17
17
; use a special branch
18
- framework-arduinoespressif32 @ https://github.com/espressif /arduino-esp32.git# idf-release/v4.0
18
+ framework-arduinoespressif32 @ https://github.com/marcovannoord /arduino-esp32.git# idf-release/v4.0
19
19
20
20
[env:esp32dev]
21
21
board = esp32dev
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ framework = arduino, espidf
13
13
monitor_speed = 115200
14
14
platform_packages =
15
15
; use a special branch
16
- framework-arduinoespressif32 @ https://github.com/espressif /arduino-esp32.git# idf-release/v4.0
16
+ framework-arduinoespressif32 @ https://github.com/marcovannoord /arduino-esp32.git# idf-release/v4.0
17
17
18
18
[env:esp32dev]
19
19
board = esp32dev
Original file line number Diff line number Diff line change 18
18
"type" : " git" ,
19
19
"url" : " https://github.com/platformio/platform-espressif32.git"
20
20
},
21
- "version" : " 3.2.0 " ,
21
+ "version" : " 3.2.1 " ,
22
22
"frameworks" : {
23
23
"arduino" : {
24
24
"package" : " framework-arduinoespressif32" ,
87
87
"type" : " framework" ,
88
88
"optional" : true ,
89
89
"owner" : " platformio" ,
90
- "version" : " ~3.40200 .0" ,
90
+ "version" : " ~3.40201 .0" ,
91
91
"optionalVersions" : [" ~3.40001.0" ]
92
92
},
93
93
"framework-simba" : {
You can’t perform that action at this time.
0 commit comments