From f703297b5e36c49bed7a66dfc10efddf7eaa9b94 Mon Sep 17 00:00:00 2001 From: William C Bonner Date: Mon, 16 Oct 2023 07:56:46 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c61db6e..aa4ef80 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ GoveeBTTempLogger creates a log file, if specified by the -l or --log option, fo There seems to be a problem with Bluetooth on the Raspberry Pi Zero 2 W and Raspbian GNU/Linux 11 (bullseye) where BTLE Scanning doesn't start. It's reported to work on the same hardware if running Raspbian GNU/Linux 10 (buster) https://github.com/wcbonner/GoveeBTTempLogger/issues/50 Any suggestions for a solution are appreciated. ### Minor update 2022-12-17 -Added the option --index to create an html index file based on the existing log files. Example command to create index: +Added the option --index to create an html index file based on the existing log files. This option creates an index file and exits without running any of the bluetooth code. It can be run without affecting a running instance of the program listening to Bluetooth advertisments. Example command to create index: ```sh sudo /usr/local/bin/goveebttemplogger --log /var/log/goveebttemplogger/ --index index.html