mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
allow to start m5 atom s3 without USB device connected
This commit is contained in:
@@ -173,7 +173,7 @@ void GwChannel::toJson(GwJsonDocument &doc){
|
||||
if (countIn) countIn->toJson(doc);
|
||||
}
|
||||
String GwChannel::toString(){
|
||||
String rt="CH:"+name;
|
||||
String rt="CH"+name+"("+sourceId+"):";
|
||||
rt+=enabled?"[ena]":"[dis]";
|
||||
rt+=NMEAin?"in,":"";
|
||||
rt+=NMEAout?"out,":"";
|
||||
|
||||
Reference in New Issue
Block a user