mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-21 16:52:17 +08:00
47c38d9e8f
version: sunnypilot v2026.002.000 (dev)
date: 2026-07-20T19:24:47
master commit: 2c334ede44
15 lines
341 B
C
15 lines
341 B
C
#include "main_declarations.h"
|
|
|
|
// ********************* Globals **********************
|
|
uint8_t hw_type = 0;
|
|
board *current_board;
|
|
uint32_t uptime_cnt = 0;
|
|
|
|
// heartbeat state
|
|
uint32_t heartbeat_counter = 0;
|
|
bool heartbeat_lost = false;
|
|
bool heartbeat_disabled = false; // set over USB
|
|
|
|
// siren state
|
|
bool siren_enabled = false;
|