Merge pull request #68 from meshtastic/master

from main to my fork
This commit is contained in:
Jm Casler
2021-02-12 18:49:39 -08:00
committed by GitHub
26 changed files with 324 additions and 119 deletions

View File

@@ -105,6 +105,9 @@ class RadioInterface
*/
virtual ErrorCode send(MeshPacket *p) = 0;
/** Attempt to cancel a previously sent packet. Returns true if a packet was found we could cancel */
virtual bool cancelSending(NodeNum from, PacketId id) { return false; }
// methods from radiohead
/// Initialise the Driver transport hardware and software.