File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ board_build.mcu = esp32c3
3838
3939; ESP32 Arduino
4040[env:arduino_esp32]
41- platform = espressif32@3.2 .0
41+ platform = espressif32@3.5 .0
4242board = esp32dev
4343framework = arduino
4444
Original file line number Diff line number Diff line change 3333
3434/* Include Guard */
3535
36- #if defined(ESP_PLATFORM)
36+ #if defined(ESP_PLATFORM) && !defined(ARDUINO)
3737
3838/* ****************************************************************************/
3939
@@ -240,4 +240,4 @@ void th_read_stdin(void* arg)
240240
241241/* ****************************************************************************/
242242
243- #endif /* defined(ESP_PLATFORM) */
243+ #endif /* defined(ESP_PLATFORM) && !defined(ARDUINO) */
Original file line number Diff line number Diff line change 3333
3434/* Include Guard */
3535
36- #if defined(ESP_PLATFORM)
36+ #if defined(ESP_PLATFORM) && !defined(ARDUINO)
3737
3838#ifndef MINBASECLI_ESPIDF_H_
3939#define MINBASECLI_ESPIDF_H_
@@ -82,4 +82,4 @@ class MINBASECLI_ESPIDF
8282
8383#endif /* MINBASECLI_ESPIDF_H_ */
8484
85- #endif /* defined(ESP_PLATFORM) */
85+ #endif /* defined(ESP_PLATFORM) && !defined(ARDUINO) */
You can’t perform that action at this time.
0 commit comments