Also parse the extras from the comment field
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { describe, it, expect } from "vitest";
|
||||
import { Dissected } from "@hamradio/packet";
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
import { Frame } from "../src/frame";
|
||||
import { DataType, WeatherPayload } from "../src/frame.types";
|
||||
import { Dissected } from "@hamradio/packet";
|
||||
|
||||
describe("Frame decode - Weather", () => {
|
||||
it("parses weather with timestamp, wind, temp, rain, humidity and pressure", () => {
|
||||
|
||||
Reference in New Issue
Block a user