[PR #288] [MERGED] SubGhz radio fixes. #479

Closed
opened 2026-03-20 17:30:00 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/288
Author: @skiphansen
Created: 4/8/2024
Status: Merged
Merged: 4/19/2024
Merged by: @nlimper

Base: masterHead: oepl_pr_6


📝 Commits (2)

  • 516dc72 SubGhz radio fixes.
  • 873b6ed Enabled SubGhz for OpenEPaperLink_Mini_AP_v4.

📊 Changes

4 files changed (+33 additions, -6 deletions)

View changed files

📝 ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/SubGigRadio.c (+18 -3)
📝 ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/cc1101_radio.c (+8 -2)
📝 ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/main.c (+6 -1)
📝 ESP32_AP-Flasher/platformio.ini (+1 -0)

📄 Description

  1. Don't force sending of BLOCK_MAX_PARTS parts for subGhz.
  2. Fix CC1101 module detection logic.
  3. Mitigate for lost CC1101 interrupts.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/OpenEPaperLink/OpenEPaperLink/pull/288 **Author:** [@skiphansen](https://github.com/skiphansen) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 4/19/2024 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `oepl_pr_6` --- ### 📝 Commits (2) - [`516dc72`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/516dc722e6efc0d34854945f0e316b4031738438) SubGhz radio fixes. - [`873b6ed`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/873b6edfb9c44c0e1c763fb577911e7c6dbdc140) Enabled SubGhz for OpenEPaperLink_Mini_AP_v4. ### 📊 Changes **4 files changed** (+33 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/SubGigRadio.c` (+18 -3) 📝 `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/cc1101_radio.c` (+8 -2) 📝 `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/main.c` (+6 -1) 📝 `ESP32_AP-Flasher/platformio.ini` (+1 -0) </details> ### 📄 Description 1. Don't force sending of BLOCK_MAX_PARTS parts for subGhz. 2. Fix CC1101 module detection logic. 3. Mitigate for lost CC1101 interrupts. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
sascha_hemi added the pull-request label 2026-03-20 17:30:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#479