Files
paparazzi/sw/supervision/python/ui/data_changed.html
T
Gautier Hattenberger 9763a70ca9 New paparazzicenter in Python (#1811)
This is the result of a student project to develop a new paparazzi center based on Python/Qt.
See http://wiki.paparazziuav.org/wiki/Paparazzi_Center/Evolutions for the main idea and development process.
It can be tested by running the main paparazzi launcher with the -python option. I more convenient way might be added later.
This PR is mostly a way to not loose this work, and other people are encourage to improve it in many aspects (HMI, functionalities, ...).
2016-07-19 22:52:15 +02:00

14 lines
330 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<header>
<b>/!\ WARNING :</b>
</header>
<p>Values have been modified locally but not into the original XML files...</p>
<p>Do you want to save or ignore them ?</p>
</body>
</html>