Skip to content

Commit

Permalink
api documentation typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ2LS committed Dec 5, 2024
1 parent 417959c commit 9760ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freedata_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ async def index():
"enable_morse_identifier": False,
"enable_socket_interface": False,
"maximum_bandwidth": 2438,
"respond_to_cq": True,
"tx_delay": 200
},
"NETWORK": {
Expand Down Expand Up @@ -276,7 +275,8 @@ async def index():
"mycall": "LA3QMA",
"mygrid": "JP20ql",
"myssid": 0,
"ssid_list": [0,1,2,3,4,5,6,7,8,9]
"ssid_list": [0,1,2,3,4,5,6,7,8,9],
"respond_to_cq": True,
},
"TCI": {
"tci_ip": "127.0.0.1",
Expand Down

0 comments on commit 9760ded

Please sign in to comment.