move to config.hpp

This commit is contained in:
2026-08-04 17:03:55 +02:00
parent edf1e9fd8a
commit 50e42ad0c2
-5
View File
@@ -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;