mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-29 08:46:11 +02:00
* web-serial: added internal buffer which is transmitted every second if its fill state is different from 0
* added uptime to serial console * time will be instantiated in ESP (was in in JS) * fixed SerialDebug inside hmRadio.h (thx to klahus1)
This commit is contained in:
parent
b1fa6e0702
commit
0759bff4cd
6 changed files with 79 additions and 24 deletions
|
@ -89,6 +89,7 @@ class HmRadio {
|
|||
pinMode(config->pinIrq, INPUT_PULLUP);
|
||||
|
||||
mBufCtrl = ctrl;
|
||||
mSerialDebug = config->serialDebug;
|
||||
|
||||
mNrf24.begin(config->pinCe, config->pinCs);
|
||||
mNrf24.setRetries(0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue