Updated config struct to new slot occupied logic

This commit is contained in:
2026-03-24 09:13:50 +01:00
parent b83a2f7f03
commit 0fb09dd342

View File

@@ -8,8 +8,8 @@
struct vehicle_config{
uint16_t magic = CONFIG_MAGIC;
bool auto_detect_track = true;
uint8_t num_tracks = 0;
uint8_t track_fallback = 0;
bool track_slot_occupied[8] = {false};
};
struct lat_lng {