Skip to content

Commit

Permalink
switch back to Arduino 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy committed Sep 29, 2024
1 parent 91054fb commit 4b1995f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ 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.9.0
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip ; Arduino 3.0.5
platform = espressif32@^6.9.0
;platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip ; Arduino 3.0.5
;framework = arduino
framework = arduino, espidf
monitor_speed = 115200
Expand All @@ -39,8 +39,7 @@ lib_deps =
https://github.com/mathieucarbou/ESPAsyncWebServer.git#74b16d6 ; v3.3.1
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#3624fe3
; https://github.com/pschatzmann/ESP32-A2DP.git#bb5bc2f
https://github.com/pschatzmann/ESP32-A2DP.git#bb5bc2f
https://github.com/Arduino-IRremote/Arduino-IRremote.git#b962db8 ; v4.3.1
https://github.com/kkloesener/MFRC522_I2C.git#121a27e
https://github.com/tueddy/rfid.git#caa3e6d ; avoid warnings, fork from https://github.com/miguelbalboa/rfid.git#0ff12a1
Expand All @@ -49,11 +48,11 @@ lib_deps =
https://github.com/SZenglein/Arduino-MAX17055_Driver#75cdfcf
https://github.com/tueddy/natsort.git#ebbf660 ; avoid warnings, fork from https://github.com/sourcefrog/natsort.git#cdd8df9

board_build.embed_txtfiles =
managed_components/espressif__esp_insights/server_certs/https_server.crt
managed_components/espressif__esp_rainmaker/server_certs/rmaker_mqtt_server.crt
managed_components/espressif__esp_rainmaker/server_certs/rmaker_claim_service_server.crt
managed_components/espressif__esp_rainmaker/server_certs/rmaker_ota_server.crt
;board_build.embed_txtfiles =
; managed_components/espressif__esp_insights/server_certs/https_server.crt
; managed_components/espressif__esp_rainmaker/server_certs/rmaker_mqtt_server.crt
; managed_components/espressif__esp_rainmaker/server_certs/rmaker_claim_service_server.crt
; managed_components/espressif__esp_rainmaker/server_certs/rmaker_ota_server.crt

build_flags =
-DCONFIG_ASYNC_TCP_RUNNING_CORE=1
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: 20240927-1-DEV";
constexpr const char softwareRevision[] = "Software-revision: 20240929-1-DEV";

0 comments on commit 4b1995f

Please sign in to comment.