mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-16 07:55:13 +02:00
0.8.16
* updated heuristic #1080 #1259 * fix compile opendtufusion fusion ethernet
This commit is contained in:
parent
4afd63184d
commit
240be8cd98
5 changed files with 83 additions and 66 deletions
|
@ -35,7 +35,11 @@ class HmRadio : public Radio {
|
|||
HmRadio() {
|
||||
mDtuSn = DTU_SN;
|
||||
mIrqRcvd = false;
|
||||
#if defined(CONFIG_IDF_TARGET_ESP32S3) && defined(ETHERNET)
|
||||
mNrf24.reset(new RF24());
|
||||
#else
|
||||
mNrf24.reset(new RF24(CE_PIN, CS_PIN, SPI_SPEED));
|
||||
#endif
|
||||
}
|
||||
~HmRadio() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue