From b17957531167f680db86038fc0b09e208605e984 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 6 Jan 2025 21:54:26 -0600 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a51d1..06591a3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ decoder.decode(infoPacketBuffer) decoder.decode(dataPacketBuffer) // the system_name from info packets if available -console.log(decoder.system_name) +console.log(decoder.systemName) // map of trackers populated with any data that has been received // this merges both info and data packet properties into one