Merge branch 'master' of github.com:markqvist/RNode_Firmware

This commit is contained in:
Mark Qvist 2025-01-03 12:01:33 +01:00
commit 470f4f4d09
8 changed files with 260 additions and 31 deletions

View file

@ -827,6 +827,7 @@ void sx128x::disableCrc()
byte sx128x::random()
{
// todo: implement
return -1;
}
void sx128x::setPins(int ss, int reset, int dio0, int busy, int rxen, int txen)