Skip to content

Commit

Permalink
pio arduino 3.0.7, ESPAsyncWebServer v3.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy committed Oct 25, 2024
1 parent 5157cbe commit e109726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ board_build.flash_mode = qio
board_build.bootloader = dio
board_build.partitions = custom_4mb_noota.csv
platform = espressif32@^6.9.0
;platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.06/platform-espressif32.zip ; Arduino 3.0.6
;platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip ; Arduino 3.0.7
;framework = arduino
framework = arduino, espidf
monitor_speed = 115200
Expand All @@ -35,7 +35,7 @@ lib_deps =
https://github.com/knolleary/pubsubclient.git#2d228f2
https://github.com/peterus/ESP-FTP-Server-Lib#554959f
https://github.com/FastLED/FastLED.git#de02bc1 ; v3.7.8
https://github.com/mathieucarbou/ESPAsyncWebServer.git#cb4b4de ; v3.3.17
https://github.com/mathieucarbou/ESPAsyncWebServer.git#cf641d2 ; v3.3.20
https://github.com/bblanchon/ArduinoJson.git#40ee05c
https://github.com/pschatzmann/arduino-audio-tools.git#9d63174 ; v0.9.8
https://github.com/pschatzmann/ESP32-A2DP.git#bb5bc2f
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: 20241022-1-DEV";
constexpr const char softwareRevision[] = "Software-revision: 20241025-1-DEV";

0 comments on commit e109726

Please sign in to comment.