Some fixes

This commit is contained in:
Egor
2025-01-08 16:32:43 -08:00
parent 51cd2ea9c9
commit fbc20eeb45
6 changed files with 11 additions and 5 deletions
-1
View File
@@ -83,7 +83,6 @@ struct Endpoint
{
union
{
struct
{
uint8_t loop : 1, // self
+1 -1
View File
@@ -385,7 +385,7 @@ Message *RadioComms::receive(uint16_t timeout_ms)
radio.clearDio1Action();
packetRssi = radio.getRSSI(true);
Serial.println("Lora Last Packet RSSI:" + String(packetRssi));
Serial.println("LORA_RSSI: " + String(packetRssi));
size_t len = radio.getPacketLength(true);
uint8_t *packet = msg;
+1 -1
View File
@@ -535,7 +535,7 @@ String Config::getConfig(String key)
{
return listen_on_usb;
}
// Example: SET detection_strategy RSSI_MAX 900000..950000+390
if (key.equalsIgnoreCase("detection_strategy"))
{
return detectionStrategyToStr(*this);