mirror of
https://github.com/rightup/pyMC_Repeater.git
synced 2026-05-08 22:44:27 +02:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -41,6 +41,11 @@ mesh:
|
||||
# Individual transport keys can override this setting
|
||||
global_flood_allow: true
|
||||
|
||||
# Identity key for mesh network (auto-generated if not provided)
|
||||
# This is automatically managed - leave as null for automatic generation
|
||||
identity_key: null
|
||||
|
||||
|
||||
radio:
|
||||
# Frequency in Hz (869.618 MHz for EU)
|
||||
frequency: 869618000
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+81
-81
File diff suppressed because one or more lines are too long
@@ -8,8 +8,8 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
<script type="module" crossorigin src="/assets/index-DJUYEmmJ.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-wgCsqUA2.css">
|
||||
<script type="module" crossorigin src="/assets/index-HKa8z9eG.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DhJ-dIt6.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user