fixed header in help

This commit is contained in:
Edward Emelianov 2025-09-24 23:39:44 +03:00
parent ca0b52493f
commit 96d0b3987a
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -38,7 +38,7 @@ const char *Sensno = "SENSNO=";
static const char *OK = "OK\n", *ERR = "ERR\n";
const char *helpstring =
"https://github.com/eddyem/stm32samples/tree/master/F3:F303/mlx90640 build#" BUILD_NUMBER " @ " BUILD_DATE "\n"
"https://github.com/eddyem/stm32samples/tree/master/F3:F303/MLX90640multi build#" BUILD_NUMBER " @ " BUILD_DATE "\n"
" management of single IR bolometer MLX90640\n"
"aa - change I2C address to a (a should be non-shifted value!!!)\n"
"c - continue MLX\n"

View File

@ -1,2 +1,2 @@
#define BUILD_NUMBER "65"
#define BUILD_NUMBER "66"
#define BUILD_DATE "2025-09-24"