Replies: 2 comments 4 replies
-
I've solved for this by using extern, but there still is a problem accessing |
Beta Was this translation helpful? Give feedback.
4 replies
-
Cool. I'll do that.
…On Sat, Mar 2, 2024, 09:19 Jan Gromeš ***@***.***> wrote:
I think this would be better addressed by extending RadioLib's
startReceive method. Currently it only takes a single address/mask, which
I hoped would be enough for all use cases - though I guess there can be
address combinations that cannot be matched with a single mask. However, we
can easily add another method startReceive(uint32_t pin, uint32_t* addr,
uint32_t* mask, size_t numAddr) to set numAddr address/mask combinations.
If you would be willing to send a pull request addressing this, I will
happilly merge it ;)
—
Reply to this email directly, view it on GitHub
<#994 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAJFLVKC7T7UNI2AGAGO33YWGDQ5AVCNFSM6AAAAABEAGFHDSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DMNJQGM2TK>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'm working on an open-source POCSAG pager (https://github.com/jasiek/ospager-firmware). This requires a little bit of customization of existing libraries, which I think I can accomplish through subclassing. Unfortunately there are parts (https://github.com/jgromes/RadioLib/blob/master/src/protocols/Pager/Pager.cpp#L13) whose visibility is restricted to this compilation unit.
If I submit a PR to remove the static qualifier, will that be accepted? Perhaps we could wrap that in RADIOLIB_GODMODE ifdef?
Alternatively, is there a better way to accomplish what I want to do?
Beta Was this translation helpful? Give feedback.
All reactions