Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved exception when not running as root (#564)
When RF24 wasn't ran as root, it threw a very cryptic error (see #531): `terminate called after throwing an instance of 'int'` This commit will improve that and now it appears as: `terminate called after throwing an instance of 'std::runtime_error' what(): Process should run as root`
- Loading branch information