-
Notifications
You must be signed in to change notification settings - Fork 317
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
Resolved issue https://github.com/letscontrolit/ESPEasy/issues/1844; #183
Open
JoostDkr
wants to merge
7
commits into
letscontrolit:master
Choose a base branch
from
JoostDkr:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
d9fc8ab
Update _P208_Nokia_LCD_5110.ino
JoostDkr c629bb9
Merge pull request #1 from JoostDkr/JoostDkr-patch-1
JoostDkr 51a2bf4
Merge branch 'letscontrolit:master' into master
JoostDkr 5336383
Update _P208_Nokia_LCD_5110.ino
JoostDkr 8e2ee52
Update _P208_Nokia_LCD_5110.ino
JoostDkr 26d6d9a
One html request can now contain multiple lines
JoostDkr 768bbc2
Update _P208_Nokia_LCD_5110.ino
JoostDkr 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.
when compiling on current
mega
branch, please useaddLogMove
macro when appropriateThere 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 can not use the current ESPmega (ESPEasy-mega-20220328) because of build errors......
I'm using ESPEasy_ESP32_mega-20211224 without build errors....
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 build errors do you have?
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.
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've tried to replay the scenario you have most likely taken:
_P208_Nokia_LCD_5110.ino
from this PRAdafruit PCD8544 Nokia 5110 LCD library
tolib_deps
in bothplatformio_esp32_envs.ini
andplatformio_esp82xx_base.ini
(don't forget to add a comma after the last entry already there)#define USES_P208
to the#ifdef PLUGIN_BUILD_NORMAL
section ofdefine_plugin_sets.h
to include the plugin (a bit hacky, I know 👼)normal_ESP8266_4M1M
PIO configuration: successful on first executionnormal_ESP32_4M316k
PIO configuration: successful after a few retries (PIO is known to sometimes have issues when switching configuration like this)Not sure what the difference is with what you did, but it should be mostly the same, possibly you unpacked the sources-zip using the default Windows tool?