-
-
Notifications
You must be signed in to change notification settings - Fork 801
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an issue when no error is raised if referred parameter (interpo…
…lation) is missing in a project configuration file // Resolve #3279
- Loading branch information
1 parent
a78b461
commit 2763853
Showing
3 changed files
with
66 additions
and
46 deletions.
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
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
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
2763853
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.
re: xoseperez/espurna#2146
this commit also causes our esp8266 environment to link with AsyncTCP (non-compatible, since it is only esp32) as dependency of fauxmoESP, ESPAsyncWebServer and async-mqtt-client
rolling back
git checkout HEAD~1
from this one fixes the issue2763853
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.
Sorry, do we have problem with this commit?
2763853
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.
ah sorry, this is the wrong one
0a4bc1d4e#diff-553e8530815b35759c21d93b2f28baaaR517
we don't specify
lib_compat_mode
, so the defaultsoft
causes AsyncTCP to build for usadding
lib_compat_mode = strict
to the .ini fixes the issue2763853
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.
Did it resolve xoseperez/espurna#2146 (comment) ?
2763853
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.
It did, yes. AsyncTCP will still be installed, but no longer builds