Closed abagali1 closed 4 years ago
Instead of having a ThreadHandler object in each Radio class that continuously reads from the APRS/Iridium buffer, implement a function that will just read from the buffer once and return any messages received.
ThreadHandler
Radio
Description
Instead of having a
ThreadHandler
object in eachRadio
class that continuously reads from the APRS/Iridium buffer, implement a function that will just read from the buffer once and return any messages received.