Skip to content

Commit

Permalink
use previous tasmota platform
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Oct 15, 2023
1 parent 6129689 commit c234e70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ extra_scripts =

[espressi32_base_tasmota]
; use Tasmota's libary which removes some libs (like mbedtsl) and increases available heap
platform = https://github.com/tasmota/platform-espressif32.git ; development
; platform = https://github.com/tasmota/platform-espressif32.git ; latest development
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.03/platform-espressif32-2023.10.03.zip ; latest stable
; platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.02/platform-espressif32.zip
framework = arduino
board_build.filesystem = littlefs
Expand Down

0 comments on commit c234e70

Please sign in to comment.