Closed pepefrog1234 closed 3 years ago
Hello I use the SX1268 Module but Compilation will fail. Screenshot of the error message :https://imgur.com/a/owSg9Ks fail message :'class SX1268' has no member named 'clearDio0Action'
@pepefrog1234, see https://github.com/jgromes/RadioLib/blob/master/src/modules/SX126x/SX126x.h, this module does not have dio0 action, but dio1 action, need to rename setDio0/clearDio0 to setDio1/clearDio1.
https://github.com/jgromes/RadioLib/blob/master/examples/SX126x/SX126x_Receive_Interrupt/SX126x_Receive_Interrupt.ino
Hello I use the SX1268 Module but Compilation will fail. Screenshot of the error message :https://imgur.com/a/owSg9Ks fail message :'class SX1268' has no member named 'clearDio0Action'