You've already forked TEF6686_ESP32
Added IF BW to XDRGTK message for future purpose
This commit is contained in:
@@ -574,7 +574,7 @@ void XDRGTKRoutine() {
|
||||
DataPrint("Sm");
|
||||
}
|
||||
}
|
||||
DataPrint(String(((SStatus * 100) + 10875) / 1000) + "." + String(((SStatus * 100) + 10875) / 100 % 10) + "," + String(WAM / 10) + "," + String(CN) + "\n\n");
|
||||
DataPrint(String(((SStatus * 100) + 10875) / 1000) + "." + String(((SStatus * 100) + 10875) / 100 % 10) + "," + String(WAM / 10) + "," + String(CN) + "," + String(BW) + "\n\n");
|
||||
}
|
||||
|
||||
void passwordcrypt() {
|
||||
|
||||
Reference in New Issue
Block a user