mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-13 11:47:13 +01:00
Bandplan system fix
This commit is contained in:
parent
022898c61d
commit
10f1b992dd
@ -66,8 +66,8 @@ int main() {
|
|||||||
spdlog::info("Loading icons");
|
spdlog::info("Loading icons");
|
||||||
icons::load();
|
icons::load();
|
||||||
|
|
||||||
spdlog::info("Loading band plans");
|
//spdlog::info("Loading band plans");
|
||||||
bandplan::loadFromDir("../bandplans");
|
//bandplan::loadFromDir("../bandplans");
|
||||||
|
|
||||||
spdlog::info("Ready.");
|
spdlog::info("Ready.");
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define VERSION_STR "0.2.3_alpha"
|
#define VERSION_STR "0.2.4_alpha"
|
Loading…
Reference in New Issue
Block a user