Skip to content

Commit

Permalink
PlatformIO package 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy committed Oct 27, 2023
1 parent b8c1011 commit 7144160
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## DEV-branch

* 27.10.2023: PlatformIO package 6.4.0, Arduino version stays at 2.0.11
* 26.10.2023: LPCD, RFID_IRQ on port-expander: fix compiler warning
* 26.10.2023: portTICK_RATE_MS is deprecated, use portTICK_PERIOD_MS instead (https://github.com/espressif/esp-idf/issues/51)
* 26.10.2023: Cppcheck: Fix some warnings/hints
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default_envs = lolin_d32_pro_sdmmc_pe
board_build.flash_mode = qio
board_build.bootloader = dio
board_build.partitions = custom_4mb_noota.csv
platform = espressif32@^6.3.2
platform = espressif32@^6.4.0
;platform = espressif32
;platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
;framework = arduino
Expand Down
2 changes: 1 addition & 1 deletion src/revision.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

#include "gitrevision.h"
constexpr const char softwareRevision[] = "Software-revision: 20231026-2";
constexpr const char softwareRevision[] = "Software-revision: 20231027-2";

0 comments on commit 7144160

Please sign in to comment.