tperale / sx127x

📡 Radio driver for the Semtech SX127X LoRa transceiver working on contiki-ng operating system.
GNU Lesser General Public License v2.1
1 stars 1 forks source link

timeout check for the transmition of packet #11

Open tperale opened 3 years ago

tperale commented 3 years ago

During the transmition of a packet instead of just checking for the interrupt when it's done also use a timer to avoid infinite loop.