Files
paparazzi/conf/tools/http_server.xml
T
Fabien-B a1b8de2535 Supervision tools (#2350)
The improvements:
- it is easier to add new tools that will be immediately visible for the users
- you can hide tools that you don't use
- you can set different default using the control_panel file
- it is backward compatible so you you don't change your current control_panel you keep every like before
2018-11-29 09:23:48 +01:00

6 lines
129 B
XML

<program command="$python" name="Http Server">
<arg constant="SimpleHTTPServer" flag="-m" />
<arg flag="8889" />
</program>