-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swap to tasmota/platform-espressif32 #4487
Merged
Merged
Changes from 5 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
29ee551
Swap to tasmota/platform-espressif32
netmindz 5bd0a26
Remove platform_package override
netmindz f240a33
Remove platform_package override
netmindz 7e9f7d4
set board_build.flash_mode to fix missing sdkconfig.h
netmindz ca80d04
Add env:esp8266_2m_tasmota
netmindz b421f7a
Update to Tasmota Arduino Core 2.0.18
4e4f823
Update comment
f920fde
Add esp32dev back to default_envs
ae698f9
Merge branch 'V4' into V4-tasmota
650853c
Use flash_mode = dio
022e498
Revert "Update to Tasmota Arduino Core 2.0.18" - Frank says to stay on
netmindz bd00d01
Remove esp8266_2m_tasmota as not a V4 change and no suitable tasmota …
7dc6335
Merge branch 'V4-tasmota' of github.com:netmindz/WLED into V4-tasmota
bba5188
Add the safe option of flash_mode for esp32c3dev, qio also possible
a37b953
Set flash_mode to qio for esp32c3dev to maintain current behaviour
881da25
Add local defintion of lolin_s3_mini as missing from Tasmota platform
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was aiming to keep the same version of the Arduino Core as before, just swapping to Tasmota.
Have I done this correctly? @Jason2866
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The platform (with removing the
platform_packages
entry) change is correct.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But I wouldn't remove
platform_packages
completely. Just the entry.So all the other changes in the
env
are not needed.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should the correct value of
platform_packages
be then?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just leave it empy. As following
platform_packages =
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What impact would that have?