converted CMT to use same SPI as NRF (for fusion board)

This commit is contained in:
lumapu 2023-12-06 23:15:18 +01:00
parent 7c62df071f
commit 25c9667633
12 changed files with 313 additions and 324 deletions

View file

@ -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];