Skip to content

Commit

Permalink
fixed framework to 4.4.0 (more stable for esp32)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jan 14, 2024
1 parent 27f480b commit ca66ffa
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,15 @@
version = 0.1.2

[env:esp32dev]
platform = espressif32
platform = espressif32 @ 4.4.0
board = esp32dev
framework = arduino
upload_speed = 1500000
monitor_speed = 115200
monitor_filters =
esp32_exception_decoder
build_flags =
-D CORE_DEBUG_LEVEL=0
; -D VERBOSE_DEBUG=1
-D CORE_DEBUG_LEVEL=0
lib_deps =
https://github.com/hpsaturn/M5StickC-Plus.git
https://github.com/hpsaturn/Arduino-DCF77.git
; adafruit/RTClib@^2.1.1
; Time@1.6.1
; Timezone@1.2.4
https://github.com/hpsaturn/Arduino-DCF77.git

0 comments on commit ca66ffa

Please sign in to comment.