From f475596dcc371a56688efb13f0719d7a553637ad Mon Sep 17 00:00:00 2001 From: true Date: Fri, 4 Aug 2023 02:31:43 -0700 Subject: [PATCH] main firmware: add variable editing, fix bug with holding Users can now edit the program variables in order to customize their programs. --- badge_firmware/.cproject | 2 +- badge_firmware/code/src/btn.c | 4 ++-- badge_firmware/code/src/led_prog.c | 18 ++++++++++++------ 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/badge_firmware/.cproject b/badge_firmware/.cproject index 6e1ddb7..b52110a 100644 --- a/badge_firmware/.cproject +++ b/badge_firmware/.cproject @@ -111,7 +111,7 @@