Bandplan system fix

This commit is contained in:
Ryzerth 2020-08-05 11:17:47 +02:00
parent 022898c61d
commit 10f1b992dd
2 changed files with 3 additions and 3 deletions

View File

@ -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.");

View File

@ -1,3 +1,3 @@
#pragma once
#define VERSION_STR "0.2.3_alpha"
#define VERSION_STR "0.2.4_alpha"