Add support for Lilygo T3S3 V1.2 SX1276 board (#142)

This commit is contained in:
Konrad Iturbe
2025-03-13 11:50:31 +01:00
committed by GitHub
parent 9a26372dc1
commit e02cdefadd
3 changed files with 59 additions and 3 deletions
+2 -2
View File
@@ -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;