Skip to content

Commit

Permalink
make sure last minutes data is logged
Browse files Browse the repository at this point in the history
  • Loading branch information
William C Bonner committed Nov 16, 2024
1 parent 6b895c5 commit 9ec22b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif()
add_compile_definitions(_BLUEZ_HCI_)

project (GoveeBTTempLogger
VERSION 3.20241115.1
VERSION 3.20241116.0
DESCRIPTION "Listen and log Govee Thermometer Bluetooth Low Energy Advertisments via BlueZ and DBus"
HOMEPAGE_URL https://github.com/wcbonner/GoveeBTTempLogger
)
Expand Down
1 change: 1 addition & 0 deletions goveebttemplogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4513,6 +4513,7 @@ int BlueZ_DBus_Mainloop(std::string& ControllerAddress, std::set<bdaddr_t>& BT_W
dbus_connection_unref(dbus_conn); // https://dbus.freedesktop.org/doc/api/html/group__DBusConnection.html#ga6385ff09bc108238c4429e7c195dab25
}
}
GenerateLogFile(GoveeTemperatures, GoveeLastDownload);
return(rVal);
}
/////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 9ec22b3

Please sign in to comment.