-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnvs.csv
More file actions
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 39.
76 lines (68 loc) · 2.06 KB
/
Copy pathnvs.csv
File metadata and controls
76 lines (68 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
key,type,encoding,value
# SPDX-License-Identifier: GPL-3.0-or-later
#
# ESP32s3APRS by F4JMZ
#
# nvs.csv
#
# Copyright (c) 2025 Marc CAPDEVILLE (F4JMZ)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
Radio,namespace,,
#RadioReset,data,u8,1
#PowerHi,data,u8,0
#Freq,data,u32,144800000
#Bandwidth,data,u8,0
#Sub,data,string,"0000"
#Squelch,data,u8,1
#Volume,data,u8,7
#Emphasis,data,u8,0
#Hipass,data,u8,0
#Lowpass,data,u8,0
#Tail,data,u8,0
Aprs,namespace,,
# You _MUST_ define your callsign here
#Callid,data,string,"CALLID"
# AX25 dst field is appid
#Appid,data,string,"APZ001"
#Path,data,string,'WIDE1-1,WIDE2-2"
#Symbol,data,string,"//"
#DefaultStatus,data,string,"ESP32s3APRS by F4JMZ https://github.com/mcapdeville/esp32s3aprs"
# Position ambiguity (0..5)
#Ambiguity,data,u8,2
# Smart beaconning params
# min beaconing period in s
#SlowRate,data,u32,1800
# max beaconing period in s
#FastRate,data,u32,120
# beaconing interval in meter
#Distance,data,u32,2500
# min turn beaconing period in s
#MinTurnTime,data,u32,10
# min speed for turn beaconing (knot)
#MinTurnSpeed,data,u32,1
# min turn angle in deg (at fast speed)
#MinTurnAngle,data,u32,15
# turn slop in deg*knt
#TurnSlope,data,u32,30
#FirstBeaconText,data,string,"Start tracking !"
#BeaconText,data,string,"Beaconing ..."
Global,namespace,,
# GPS params
#GpsReset,data,u8,1
#GpsInterval,data,u16,10
# Manual status messages (from 0 to 99)
Message0,data,string,"ESP32s3APRS by F4JMZ"
Message1,data,string,"73'"
Message2,data,string,"Still alive ..."