From c0f3c1ea055a4e28997f7ec1b326a39c4d1760d0 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Fri, 23 Oct 2015 15:46:55 +0900 Subject: [PATCH] scales.h: correct number of known scales --- scales.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scales.h b/scales.h index 1435f2f..a6dc5ec 100644 --- a/scales.h +++ b/scales.h @@ -12,7 +12,7 @@ // // **NSCALES** should be kept updated with the length of the list. // -#define NSCALES 6 +#define NSCALES 7 // // What is the number of the weighing result to show, as the first result may be incorrect (from the previous weighing)