From 5c14f56e4ab80e4de3d0eb7e3b16e989395c1e09 Mon Sep 17 00:00:00 2001 From: James Woglom Date: Fri, 19 Aug 2022 11:22:54 -0400 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9da4e1cc..e4679c36 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Reverse-engineered Bluetooth protocol for the Tandem t:slim X2. +> :warning: **This project is still in heavy testing and development. For safety reasons, please do NOT use on anything but a backup pump or one not connected to active insulin delivery.** + Currently functions as a basic Android application which pairs to the pump and allows sending read-only message requests and receiving responses about the pump's status and history. An Android library is exported which can be used @@ -105,4 +107,4 @@ dependencies { A `pumpx2-messages-all.jar` is also available on Github Actions as a fat JAR which contains all dependencies. This may or may not work with your project depending on if there are any conflicting dependencies. -To utilize the command-line message-parsing tool, execute the `pumpx2-cliparser-all.jar` file using `java -jar`. \ No newline at end of file +To utilize the command-line message-parsing tool, execute the `pumpx2-cliparser-all.jar` file using `java -jar`.