From 08292c279eaec0a9162e771d8e478e4316a3f694 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Wed, 5 Aug 2020 11:23:13 +0200 Subject: [PATCH] Bandplan system on new branch --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index d163ea3b..76a6a1fc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -66,8 +66,8 @@ int main() { spdlog::info("Loading icons"); icons::load(); - //spdlog::info("Loading band plans"); - //bandplan::loadFromDir("../bandplans"); + spdlog::info("Loading band plans"); + bandplan::loadFromDir("../bandplans"); spdlog::info("Ready.");