From 1587dfa8d26b796a35d0902895acde86a2d406fa Mon Sep 17 00:00:00 2001 From: Sergei Mozhaisky Date: Tue, 17 Dec 2019 17:41:02 +0200 Subject: [PATCH] update README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index d38a8f7..1df2664 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,21 @@ digiline.send('ham_radio', { command = 'set_rds_message', value = 'new RDS messa -- returns { update = 'rds_message', success = true } ``` +## Config + +See `config.lua` to see current parameters. You can edit this file to change them. + +Default parameters: + - Frequency range: 0 - 9999999 + - Locked frequency range: 100000 - 9999999 + - Only one transmitter is allowed for the frequency in this range. + - Beacon frequency range: 1000000 - 99999999 + - Beacon frequency is auto-assigned from this range. + - Please note, this range overlaps with locked frequency range to ensure each beacon receives unique frequency. + - RDS interval: 10 seconds + - This setting affects handheld receivers only. The interval should be high enough to avoid spamming chat with repeated messages. + - RDS interval for stationary receiver is 5 seconds and can't be changed. + ## What's next? - Place beacons or transmitters anywhere in the world, give frequency to other players and let them search for them