[PR #314] [MERGED] SubGhz C6 fixes: CRC error & automatic xtal frequency error correction #3255

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

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/314
Author: @skiphansen
Created: 5/8/2024
Status: Merged
Merged: 5/9/2024
Merged by: @jonasniesner

Base: masterHead: oepl_pr_9


📝 Commits (5)

📊 Changes

4 files changed (+121 additions, -41 deletions)

View changed files

📝 ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/SubGigRadio.c (+6 -1)
📝 ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/SubGigRadio.h (+1 -1)
📝 ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/cc1101_radio.c (+112 -39)
📝 ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/cc1101_radio.h (+2 -0)

📄 Description

No description provided


🔄 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/314 **Author:** [@skiphansen](https://github.com/skiphansen) **Created:** 5/8/2024 **Status:** ✅ Merged **Merged:** 5/9/2024 **Merged by:** [@jonasniesner](https://github.com/jonasniesner) **Base:** `master` ← **Head:** `oepl_pr_9` --- ### 📝 Commits (5) - [`349a8a7`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/349a8a790728325ba737b7fedc9366996ad0e134) Added subGhz fixed channel support to tag config, added line accidentally dropped in pr7 merge. - [`6f52715`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/6f527156a29eba85e82037e92662cce5066b03f7) Merge https://github.com/jjwbruijn/OpenEPaperLink - [`514741f`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/514741f9aefc6a561922c9998e4a5edab0205f70) Merge branch 'master' of https://github.com/jjwbruijn/OpenEPaperLink - [`88aefc5`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/88aefc5a67425aa130d588577ad974c9d9ba584d) Merge https://github.com/jjwbruijn/OpenEPaperLink - [`bdd3f0a`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/bdd3f0aa539e9c7698179b1021c15e3ed4ee9420) C6 - Fixed CRC error detection, added xtal frequency error ### 📊 Changes **4 files changed** (+121 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/SubGigRadio.c` (+6 -1) 📝 `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/SubGigRadio.h` (+1 -1) 📝 `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/cc1101_radio.c` (+112 -39) 📝 `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/cc1101_radio.h` (+2 -0) </details> ### 📄 Description _No description provided_ --- <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 22:08:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3255