You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
216 B
Plaintext
18 lines
216 B
Plaintext
|
5 months ago
|
#
|
||
|
|
# Removes endpoint from router
|
||
|
|
#
|
||
|
|
|
||
|
|
uint8 TYPE_FCU = 0
|
||
|
|
uint8 TYPE_GCS = 1
|
||
|
|
uint8 TYPE_UAS = 2
|
||
|
|
|
||
|
|
# delete by ID, leave 0 for second option
|
||
|
|
uint32 id
|
||
|
|
|
||
|
|
# delete by url+type pair
|
||
|
|
string url
|
||
|
|
uint8 type
|
||
|
|
|
||
|
|
---
|
||
|
|
bool successful
|