From 2df937df1372359babd123d1361e702a1a4b8168 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 5 Jul 2022 23:34:03 +0200 Subject: Create the sensor, move values to config --- src/lib/config.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/lib/config.js (limited to 'src/lib/config.js') diff --git a/src/lib/config.js b/src/lib/config.js new file mode 100644 index 0000000..3d243ed --- /dev/null +++ b/src/lib/config.js @@ -0,0 +1,2 @@ +export const coordinateLength = 6; +export const maxSize = Math.pow(16, coordinateLength); -- cgit