Revert/GPIO to 20181204 & prepare for easier merge future GPIO fixes#2161
Merged
TD-er merged 28 commits intoletscontrolit:megafrom Dec 14, 2018
Merged
Revert/GPIO to 20181204 & prepare for easier merge future GPIO fixes#2161TD-er merged 28 commits intoletscontrolit:megafrom
TD-er merged 28 commits intoletscontrolit:megafrom
Conversation
Created own PIO platform to test 2.5.0-beta1
Disabling dev/test builds for 1 MB chips, since the bin files will be too big to fit on 1 MB modules. We have to decide later how to make the plugins in dev/test state available for 1 MB modules.
This reverts commit c304efb.
This reverts commit 8db694b.
This reverts commit 77b2831.
This reverts commit 0c0db4f.
This commit is to cherry-pick all fixes in the reverted commits to make future GPIO related fixes be as easy as possible. These also contain small fixes which were in the reverted commits, but not really related to the issues for which this revert is meant.
As reported here: letscontrolit#2157 (comment)
Must include the "core_250_beta" builds
…re2_5_0_beta1 Feature/testbuild core2 5 0 beta1
[docs] Re-added changes reverted due to merge fix + new flasher version
This reverts commit c304efb.
This reverts commit 8db694b.
This reverts commit 77b2831.
This reverts commit 0c0db4f.
This commit is to cherry-pick all fixes in the reverted commits to make future GPIO related fixes be as easy as possible. These also contain small fixes which were in the reverted commits, but not really related to the issues for which this revert is meant.
…vert/GPIO_to_20181204
Member
Author
|
Would be nice if some of you can also test this testbuild, before I merge it. |
Closed
14 tasks
Quick fix to see the output value of a GPIO pin in the plugin overview and be able to query its value.
This commit was added: esp8266/Arduino@8ede8f1 Which allows the IR build to be linked too. Also the disabled plugins in previous test builds could be enabled again (P003, P008 and Servo)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR is about reverting the GPIO changes back to 20181204.
Included in the last commit of this PR is also a number of cherry-picked fixes in the reverted commits to make sure a merge of future GPIO related fixes be as easy as possible.
These also contain small fixes which were in the reverted commits, but not really related to the issues for which this revert is meant.
Until the GPIO fixes are ready, we will be using the 'old' way of handling GPIO commands.