-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify printDetails to work with ESP8266
Note: Requires latest version of ESP8266 Arduino firmware as of 05/19
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 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
c25d840
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 guess something is missing in this commit. Compiler gave me an error :
RF24.cpp:579:100: error: ‘pgm_read_ptr’ was not declared in this scope
Target : RPi3 with latest raspbian.
c25d840
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.
Try updating your ESP8266 core and let us know if the issue remains.
c25d840
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, I just add more data in my previous comment.
I'm on a RPi3, using python3 and latest raspbian. By the way, I already install this lib on Pi2 some weeks ago without any issue.
And previous commit compile just fine (just tested it).
c25d840
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, this change did break things for the RPI, should be fixed now.
c25d840
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.
Hi !
Confirmation that commit 2fa6e8c correct the issue.
Thank you for your time and your work <3