From 5fdd3b22a05ed661c9eccaef5d84ab363de74d2c Mon Sep 17 00:00:00 2001 From: meadej Date: Wed, 26 Jul 2023 17:19:37 -0400 Subject: [PATCH] Additions to example environment file --- env-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-example b/env-example index 84d460b..b7171e0 100644 --- a/env-example +++ b/env-example @@ -16,4 +16,4 @@ CAMERA_ZOOM=9999 # The zoom setting for the camera (0-9999) CAMERA_LEAD=0.25 # How many seconds ahead of a plane's predicted location should the camera be positioned RTL_DEV=1 # The device ID for the RTL-SDR - set using the rtl_eeprom program GPS_SERIAL=/dev/ttyACM0 # GPS module serial port -RELEASE_NAME=stable # The docker image versions to use \ No newline at end of file +RELEASE_NAME=v2.1 # The docker image versions to use \ No newline at end of file