diff options
Diffstat (limited to 'src/device/main.ino')
-rw-r--r-- | src/device/main.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/main.ino b/src/device/main.ino index bfd365a..fc307f9 100644 --- a/src/device/main.ino +++ b/src/device/main.ino @@ -99,7 +99,7 @@ void loop(void) udp_init_packet(com_port); udp_push(progstate.heartbeat.data, progstate.heartbeat.cursor + 1); udp_flush(); - progstate.hbcounter = 2; + progstate.hbcounter = 5; } if (progstate.ip_print_count) { |