From 50e42ad0c264f0fe85eec156f1980b0d61c55e6d Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Tue, 4 Aug 2026 17:03:55 +0200 Subject: [PATCH] move to config.hpp --- src/core/const.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/const.hpp b/src/core/const.hpp index f549e90..7d5c322 100644 --- a/src/core/const.hpp +++ b/src/core/const.hpp @@ -4,10 +4,5 @@ constexpr char *program_name = "p-rad"; constexpr char* user_agent = "p-rad/0.1"; -constexpr char* base_url = "http://127.0.0.1:8200/"; -// max range in km -constexpr uint16_t max_range = 500; -// distance of first ring from the center on the screen -constexpr uint16_t first_ring_distance = 50; \ No newline at end of file