minor: Fix end of file endings (#2737)
This commit is contained in:
parent
f0f7b3ca26
commit
35fb768faa
4 changed files with 1 additions and 4 deletions
|
@ -26,4 +26,3 @@ Running the "-F http" option would look like this:
|
|||
(directory)> rtl_433 -F http
|
||||
Press enter and rtl_433 should successfully launch.
|
||||
When it does, go to http://127.0.0.1:8433/
|
||||
|
||||
|
|
|
@ -27,4 +27,3 @@ Running the "-F http" option would look like this:
|
|||
(directory)> rtl_433 -F http
|
||||
Press enter and rtl_433 should successfully launch.
|
||||
When it does, go to http://127.0.0.1:8433/
|
||||
|
||||
|
|
|
@ -281,4 +281,4 @@ You can limit the processing to original (or N-times) real-time using `-M replay
|
|||
[-T <seconds>] Specify number of seconds to run, also 12:34 or 1h23m45s
|
||||
[-E hop | quit] Hop/Quit after outputting successful event(s)
|
||||
[-M replay[:N]] to replay file inputs at (N-times) realtime.
|
||||
:::
|
||||
:::
|
||||
|
|
|
@ -311,4 +311,3 @@ void jsmn_init(jsmn_parser *parser) {
|
|||
parser->toknext = 0;
|
||||
parser->toksuper = -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue