11 lines
305 B
Text
11 lines
305 B
Text
# This file maps the raw RSSI values to dBm values to send to the DMR network. A number of data
|
|
# points should be entered and the software will use those to work out the in-between values.
|
|
#
|
|
# The format of the file is:
|
|
# Raw RSSI Value dBm Value
|
|
#
|
|
# For example
|
|
# 1134 -90
|
|
# 1123 -100
|
|
# 1000 -109
|
|
#
|