ESP32: start KW11-L thread
This commit is contained in:
parent
920482ad40
commit
6b7e45e8d5
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
#include "esp32.h"
|
||||
#endif
|
||||
#include "gen.h"
|
||||
#include "kw11-l.h"
|
||||
#include "loaders.h"
|
||||
#include "memory.h"
|
||||
#include "tty.h"
|
||||
|
@ -343,6 +344,9 @@ void setup() {
|
|||
tty_ = new tty(cnsl, b);
|
||||
b->add_tty(tty_);
|
||||
|
||||
Serial.println(F("* Starting KW11-L"));
|
||||
b->getKW11_L()->begin(cnsl);
|
||||
|
||||
#if !defined(SHA2017)
|
||||
pinMode(LED_BUILTIN, OUTPUT);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue