Skip to content

Commit

Permalink
New Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgauchia committed Aug 22, 2023
1 parent 4c91e72 commit 5eaf870
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ default_envs = CUSTOMBOARD
[common]
platform = espressif32
framework = arduino
version = 0.1.6
revision = 37
version = 0.1.7
revision = 38
monitor_speed = 115200
monitor_rts = 0
monitor_dtr = 0
Expand All @@ -38,8 +38,8 @@ lib_deps =
mikalhart/TinyGPSPlus@^1.0.3
paulstoffregen/Time@^1.6.1
; me-no-dev/ESP Async WebServer@^1.2.3
lvgl/lvgl@^8.3.7
lovyan03/LovyanGFX@^1.1.7
lvgl/lvgl@^8.3.9
lovyan03/LovyanGFX@^1.1.8
jchristensen/Timezone@^1.2.4

[esp32_common]
Expand All @@ -62,9 +62,9 @@ board_upload.flash_size = 16MB
board_build.partitions = default_16MB.csv
lib_deps =
${common.lib_deps}
adafruit/Adafruit Unified Sensor@^1.1.9
adafruit/Adafruit Unified Sensor@^1.1.13
adafruit/Adafruit HMC5883 Unified@^1.2.1
adafruit/Adafruit BusIO@^1.14.1
adafruit/Adafruit BusIO@^1.14.3
adafruit/Adafruit BME280 Library@^2.2.2
; me-no-dev/ESP Async WebServer@^1.2.3 ; Why we need that? This library is heavy (~200kb)
build_flags =
Expand Down

0 comments on commit 5eaf870

Please sign in to comment.