ota updates

This commit is contained in:
Dan Priece
2026-05-28 13:59:56 -04:00
parent 2c5f532717
commit 51dbd5e5b0
5 changed files with 105 additions and 105 deletions
+4
View File
@@ -5,6 +5,10 @@
#include <NimBLEDevice.h>
#include <GunProfile.h>
// Flag to signal that a new reading is ready to be processed
extern volatile bool newReadingAvailable;
extern volatile int lastReadFPS;
typedef void (*CallbackFunction)();
class ChronoBLE {