From dc1908eeca745b4819b0fd3c3d71b73c8c572cc1 Mon Sep 17 00:00:00 2001 From: Mats Linander Date: Wed, 28 Aug 2024 12:19:47 -0400 Subject: [PATCH] mention gen2 env in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 18a53b0..ca9557c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ TIDBYT_REMOTE_URL='http://192.168.10.10:8080/api/v1/preview.webp' \ pio run --environment tidbyt --target upload ``` +If you're flashing to a Tidbyt Gen2, just change to the above to use +the `--environment tidbyt-gen2` flag. + ## Monitoring Logs To check the output of your running firmware, run the following: ```