From 4d11cf65e049f78d0d413686eb708855ce0dd4f3 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 5 Apr 2021 09:47:40 +0200 Subject: [PATCH] add more EXP tests --- src/lib/ebus/test/test_data.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/ebus/test/test_data.cpp b/src/lib/ebus/test/test_data.cpp index 15015bcf5..2a341a76f 100755 --- a/src/lib/ebus/test/test_data.cpp +++ b/src/lib/ebus/test/test_data.cpp @@ -427,6 +427,8 @@ int main() { {"x,,exp,-100", "-9", "10feffff04ec51b8bd", "00", ""}, {"x,,exp", "0.25", "10feffff040000803e", "00", ""}, {"x,,exp", "-", "10feffff040000c07f", "00", "W"}, + {"x,,exp", "0.95", "10feffff043333733f", "00", ""}, + {"x,,exp", "0.65", "10feffff046666263f", "00", ""}, {"x,,exr", "-0.09", "10feffff04bdb851ec", "00", ""}, {"x,,exr", "0.0", "10feffff0400000000", "00", ""}, {"x,,exr", "-0.001", "10feffff04ba83126f", "00", ""},