Merge pull request #114 from lincomatic/pr-llcc68

Add ProMicroLLCC68 builds
Tento commit je obsažen v:
ripplebiz
2025-03-18 13:45:03 +11:00
odevzdal GitHub
6 změnil soubory, kde provedl 90 přidání a 1 odebrání
+1 -1
Zobrazit soubor
@@ -9,7 +9,7 @@ class CustomLLCC68 : public LLCC68 {
CustomLLCC68(Module *mod) : LLCC68(mod) { }
bool isReceiving() {
uint16_t irq = getIrqStatus();
uint16_t irq = getIrqFlags();
bool hasPreamble = (irq & SX126X_IRQ_HEADER_VALID);
return hasPreamble;
}