mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-08-07 09:22:46 +02:00
Add support for Lilygo T3S3 V1.2 SX1276 board (#142)
This commit is contained in:
@@ -372,9 +372,9 @@ Message *RadioComms::receive(uint16_t timeout_ms)
|
||||
{
|
||||
uint8_t msg[MAX_MSG];
|
||||
|
||||
#ifdef USING_LR1121
|
||||
#if defined(USING_LR1121) || defined(USING_SX1276)
|
||||
Message *message = NULL;
|
||||
#warning Radio Comms not fully supported for LR1121
|
||||
#warning Radio Comms not fully supported for LR1121 or SX1276
|
||||
#else
|
||||
// because of this, receive is single-threaded, single-device
|
||||
_received = false;
|
||||
|
||||
Reference in New Issue
Block a user