* improved tickers, only one ticker is active

* added feature to use the ESP as access point for all the time
* added serial features to setup
This commit is contained in:
lumapu 2022-05-04 19:28:54 +02:00
parent 4c3852cde4
commit 8f444cee2f
12 changed files with 155 additions and 88 deletions

View file

@ -71,7 +71,6 @@ class HmRadio {
mBufCtrl = ctrl;
mNrf24.begin(pinCe, pinCs);
mNrf24.setAutoAck(false);
mNrf24.setRetries(0, 0);
mNrf24.setChannel(DEFAULT_RECV_CHANNEL);