From f168b0a95a3e7487b8a30448838d81c11bfb4abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 15 Jun 2024 14:44:27 +0200 Subject: [PATCH] add admin message for calibration. --- meshtastic/admin.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 3b227d8..9ddf856 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -241,6 +241,11 @@ message AdminMessage { */ string delete_file_request = 22; + /* + * Set zero and offset for scale chips + */ + uint32 set_scale = 23; + /* * Set the owner for this node */