Skip to content

Commit

Permalink
Downgrade to Tasmota core 2023.10.02
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Feb 5, 2024
1 parent 71c20b8 commit 1364795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion user_setups/esp32s2/_esp32s2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ platform = https://github.com/tasmota/platform-espressif32/releases/download/202
[arduino_esp32s2-solo_v2]
framework = arduino
; platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.01.01/platform-espressif32.zip
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.03/platform-espressif32.zip
; platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.03/platform-espressif32.zip
platform = https://github.com/Jason2866/platform-espressif32/releases/download/2023.10.02/platform-espressif32-2023.10.02.zip
board_build.embed_files = ${esp32.board_build.embed_files}
board_build.filesystem = littlefs
; ----- crash reporter
Expand Down
3 changes: 2 additions & 1 deletion user_setups/esp32s3/_esp32s3.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ extends = esp32s3
framework = arduino
; platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.05.01/platform-espressif32.zip
; platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.08.01/platform-espressif32.zip
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.03/platform-espressif32.zip
; platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.03/platform-espressif32.zip
platform = https://github.com/Jason2866/platform-espressif32/releases/download/2023.10.02/platform-espressif32-2023.10.02.zip

3 comments on commit 1364795

@Jason2866
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fvanroie Always interested why a version is used or not. There has to be a reason why you downgraded. What is the reason?

@fvanroie
Copy link
Collaborator

@fvanroie fvanroie commented on 1364795 Mar 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were issues reported in that build. The core was one of the things that changed. Since it is easy to downgrade the version, this was tested but ultimately it wasn't the Tasmota core that was the problem. Upgrading also wasn't an option due to this issue.

@Jason2866
Copy link
Contributor

@Jason2866 Jason2866 commented on 1364795 Mar 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fvanroie Thx for the feedback. We removed MbedTLS stuff as much as possible. It needs a lot of flash and RAM. So the Arduino client secure implementation is not working anymore -> replaced with our Tasmota custom solution (based on BearSSL).
So the build you currently use, is the last one which you can use without changes in your project.

Please sign in to comment.