Govee H5072, H5074, H5075, H5100, H5101, H5104, H5105, H5174, H5177, H5179, H5181, H5182, and H5183 Bluetooth Low Energy Temperature and Humidity Logger
MIT License
177
stars
26
forks
source link
Make `gvh-titlemap.txt` allow spaces as a delimiter #27
gvh-titlemap.txt was expected to use only tab characters as a delimiter between the Bluetooth address and corresponding title. This was not explained in the README.md file and was not obvious when visually inspecting the sample mapping file.
Support using spaces as a delimiter to be less confusing. Also update the README.md to more clearly specify the file format.
Additionally:
Add make clean and make install-deb targets.
Fix the "list-initializer for non-class type must not be parenthesized" warning when initializing arrays from constructor initializer lists.
Make
gvh-titlemap.txt
allow spaces as a delimitergvh-titlemap.txt
was expected to use only tab characters as a delimiter between the Bluetooth address and corresponding title. This was not explained in the README.md file and was not obvious when visually inspecting the sample mapping file.Support using spaces as a delimiter to be less confusing. Also update the README.md to more clearly specify the file format.
Additionally:
make clean
andmake install-deb
targets.