goebish / nrf24_multipro

nRF24L01 multi-protocol RC transmitter
GNU General Public License v3.0
472 stars 195 forks source link

Doesn't compile in Arduino 1.8.15 (not sure about other versions) #44

Closed voroshkov closed 5 years ago

voroshkov commented 5 years ago

I download archive and open nRF24_multipro.ino --> Arduino IDE opens. Click compile icon in Arduino IDE --> get multiple errors "xxx was not declared in this scope"

voroshkov commented 5 years ago

Thanks for the project anyway! :)

ZeliangSu commented 5 years ago

@voroshkov I got the same problem but I figured it out. In my case, the code sketch exploded the memory of the Arduino. I deleted all the comments useless and it works like a charm. Hope it's useful for you.

stevencolinmartin commented 5 years ago

Can confirm also have this issue.

goebish commented 5 years ago

Seems like the last Arduino IDE preprocessor doesn't appreciate having long comments at the beginning of the main file (or maybe that's because there are "#" symbols in my comments). Download / checkout the project again, it should be fixed now.