-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: custom radio callsigns json object
JSON element "custom" has been renamed to "custom_callsigns" The value of this element was changed from array of objects to a single object of indefinite amount of elements. This object will hold two values: 1. the callsign, which can be a strict constant or a regex (element name) 2. the corresponding radio callsign (element value) Example: "radio_callsigns": { "config": { "load_from_ese": false, "path_to_ese" : "..\\..\\" }, "custom_callsigns": { "^HECC_CTR$": "Cairo Control Bandbox", "^HECC_(\\d+)(?:_)CTR$" : "Cairo Control ACC $0" } }
- Loading branch information
Showing
3 changed files
with
30 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters