ESP32: start KW11-L thread

This commit is contained in:
folkert van heusden 2024-05-05 12:50:19 +02:00
parent 920482ad40
commit 6b7e45e8d5
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

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