summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon')
-rw-r--r--digital/beacon/src/debug_avr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/digital/beacon/src/debug_avr.c b/digital/beacon/src/debug_avr.c
index e67f401d..eb19d308 100644
--- a/digital/beacon/src/debug_avr.c
+++ b/digital/beacon/src/debug_avr.c
@@ -137,11 +137,9 @@ void usartRXCallback(uint16_t bytesToRead)
jack_on_off();
break;
case '0':
- // network_send_data(NETWORK_RESET,0x1);
network_send_reset(0xFFFF);
break;
case '1':
- // network_send_data(NETWORK_RESET,0x1);
network_send_start_calibration();
break;
case 'w':