samyk/keysweeper

843: error: void value not ignored as it ought to be

airob0t opened this issue · 2 comments

843: error: void value not ignored as it ought to be
uint8_t got = radio.read(&p, PKT_SIZE);

arduino ide 1.0.6

Are you using maniacbuf's RF24 library or a different version/fork? (There are a ton of forks but you should make sure you're using maniacbug's: https://github.com/maniacbug/RF24)

solved,thank you.