From 2321d66ba67e9f2eb791826e94820cff7dc08a3b Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Sat, 13 Apr 2024 15:26:27 +0200 Subject: [PATCH] Berry Matter int64 in CI (#21167) --- lib/libesp32/berry_matter/solidify_all.be | 1 - lib/libesp32/berry_matter/src/embedded/Matter_zzz_TLV_test.be | 2 -- 2 files changed, 3 deletions(-) diff --git a/lib/libesp32/berry_matter/solidify_all.be b/lib/libesp32/berry_matter/solidify_all.be index cf19458aa..dd27dbfc1 100755 --- a/lib/libesp32/berry_matter/solidify_all.be +++ b/lib/libesp32/berry_matter/solidify_all.be @@ -16,7 +16,6 @@ var globs = "path,ctypes_bytes_dyn,tasmota,ccronexpr,gpio,light,webclient,load,M "lv_clock,lv_clock_icon,lv_signal_arcs,lv_signal_bars,lv_wifi_arcs_icon,lv_wifi_arcs," "lv_wifi_bars_icon,lv_wifi_bars," "_lvgl," - "int64" for g:string2.split(globs, ",") global.(g) = nil diff --git a/lib/libesp32/berry_matter/src/embedded/Matter_zzz_TLV_test.be b/lib/libesp32/berry_matter/src/embedded/Matter_zzz_TLV_test.be index ceba08c07..7b8eab8a0 100644 --- a/lib/libesp32/berry_matter/src/embedded/Matter_zzz_TLV_test.be +++ b/lib/libesp32/berry_matter/src/embedded/Matter_zzz_TLV_test.be @@ -54,12 +54,10 @@ test_TLV(bytes("24012a"), "1 = 42U") test_TLV(bytes("4401002a"), "Matter::0x00000001 = 42U") # int64 -if false # int64 not yet working in local berry test_TLV(bytes("030102000000000000"), "513") test_TLV(bytes("070102000000000000"), "513U") test_TLV(bytes("03FFFFFFFFFFFFFFFF"), "-1") test_TLV(bytes("07FFFFFFFFFFFFFF7F"), "9223372036854775807U") -end # structure test_TLV(bytes("1518"), "{}")