diff --git a/clearpiliot_devqueue.txt b/clearpiliot_devqueue.txt new file mode 100644 index 0000000..dea8c4b --- /dev/null +++ b/clearpiliot_devqueue.txt @@ -0,0 +1,12 @@ +- fix drive mode +- on ready, just logo with 'ready' (auto gen) +- on ready, screen timeout 3 minutes +- on settings, screen timeout 3 minutes +- define forced settings +- define default settings +- update dash symbols logic +- update on road gui to take out dumb widgets +- write forced disable lane change mode feature +- write automations node script, have it read data from stdin / write to stdout +- fix webview +- write hello world new settings menu diff --git a/clearpilot_notes.txt b/clearpilot_notes.txt new file mode 100644 index 0000000..655645d --- /dev/null +++ b/clearpilot_notes.txt @@ -0,0 +1,3 @@ +example of using stdin and stdout as a message buffer: + +selfdrive/manager/build.py \ No newline at end of file