Skip to content
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

RF24Netvork not compiled Arduino due #4

Closed
arturmon opened this issue May 24, 2014 · 2 comments
Closed

RF24Netvork not compiled Arduino due #4

arturmon opened this issue May 24, 2014 · 2 comments
Labels

Comments

@arturmon
Copy link

provides just such a mistake

C:\Users\arturmon\Desktop\arduino-1.5.6-r2\libraries\RF24Network\RF24Network.cpp: In member function 'const char* RF24NetworkHeader::toString() const':
C:\Users\arturmon\Desktop\arduino-1.5.6-r2\libraries\RF24Network\RF24Network.cpp:333: error: 'snprintf_P' was not declared in this scope
C:\Users\arturmon\Desktop\arduino-1.5.6-r2\libraries\RF24Network\RF24Network.cpp: In function 'bool is_valid_address(uint16_t)':
C:\Users\arturmon\Desktop\arduino-1.5.6-r2\libraries\RF24Network\RF24Network.cpp:437: error: 'printf_P' was not declared in this scope

TMRh20 added a commit that referenced this issue May 24, 2014
- modified header toString function to use sprintf_P
- updated RF24Network_config.h to match RF24_config.h
@TMRh20
Copy link
Member

TMRh20 commented May 24, 2014

Updated, seems to test OK now.

@arturmon
Copy link
Author

good ++

@TMRh20 TMRh20 added the bug label Aug 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants