mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-29 06:07:13 +02:00
0.7.50
* moved MqTT info to `system` * added CMT info for ESP32 devices * improved CMT settings, now `SCLK` and `SDIO` are configurable #1046, #1150 * changed `Power-Limit` in live-view to `Active Power Control` * increase length of update file selector #1132
This commit is contained in:
parent
581a64a48e
commit
b06f8e98a4
17 changed files with 139 additions and 107 deletions
|
@ -68,6 +68,7 @@ class IApp {
|
|||
virtual void getNrfRadioCounters(uint32_t *sendCnt, uint32_t *retransmits) = 0;
|
||||
//virtual void getCmtRadioCounters(uint32_t *sendCnt, uint32_t *retransmits) = 0;
|
||||
|
||||
virtual void* getRadioObj(bool nrf) = 0;
|
||||
#if defined(ESP32)
|
||||
//virtual const CmtRadioType& getCmtRadioObj(void) const = 0;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue