ESP32 compile fix

This commit is contained in:
folkert van heusden 2023-03-26 15:58:50 +02:00
parent ebbcbee78f
commit c624d8c4e5
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -357,7 +357,7 @@ void setup() {
running = cnsl->get_running_flag();
Serial.println(F("Init TTY"));
tty_ = new tty(cnsl);
tty_ = new tty(cnsl, b);
Serial.println(F("Connect TTY to bus"));
b->add_tty(tty_);