mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
converted CMT to use same SPI as NRF (for fusion board)
This commit is contained in:
parent
7c62df071f
commit
25c9667633
12 changed files with 313 additions and 324 deletions
|
@ -40,7 +40,6 @@
|
|||
|
||||
typedef HmSystem<MAX_NUM_INVERTERS> HmSystemType;
|
||||
#ifdef ESP32
|
||||
typedef CmtRadio<esp32_3wSpi> CmtRadioType;
|
||||
#endif
|
||||
typedef Web<HmSystemType> WebType;
|
||||
typedef RestApi<HmSystemType> RestApiType;
|
||||
|
@ -322,7 +321,7 @@ class app : public IApp, public ah::Scheduler {
|
|||
//Improv mImprov;
|
||||
#endif
|
||||
#ifdef ESP32
|
||||
CmtRadioType mCmtRadio;
|
||||
CmtRadio<> mCmtRadio;
|
||||
#endif
|
||||
|
||||
char mVersion[12];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue