From c8570acf2169b374beeb3b66671f2da041ce7f94 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 31 Dec 2022 01:57:36 -0500 Subject: [PATCH] added def for payload_ok_only --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 9982e415..8bb11e18 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -2878,7 +2878,7 @@ void read_payload() // delay(100); } -/* +/**/ void payload_OK_only() { payload_str[0] = '\0'; // clear the payload string @@ -3067,7 +3067,7 @@ void payload_OK_only() delay(100); } -*/ +/**/ /* void eeprom_word_write(int addr, int val) {