sh123 / esp32_loraprs

LoRa ESP32 KISS Bluetooth modem (for APRSDroid or aprs.fi iOS) + APRS-IS RX/TX iGate over WiFi + Digipeater + DV (with Codec2 Walkie-Talkie)
https://github.com/sh123/esp32_loraprs
GNU General Public License v3.0
189 stars 38 forks source link

SX1268 Module can't Compile #26

Closed pepefrog1234 closed 3 years ago

pepefrog1234 commented 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'

sh123 commented 3 years ago

@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