Skip to content
Snippets Groups Projects
Commit 2177d43d authored by burneykb's avatar burneykb
Browse files
parents 213fd372 91ae8b77
No related branches found
No related tags found
No related merge requests found
......@@ -44,3 +44,6 @@ STATIC_PATHS = ['images', 'files']
# Page Order
PAGE_ORDER_BY = 'sortorder'
# Temporary Ignore Files
IGNORE_FILES = ['controls.md', 'ground.md', 'quad.md']
......@@ -24,7 +24,7 @@ const int SEND_BUF_SIZE = 1024;
void setup() {
// Set baud rate for UART
Serial.begin(115200);
Serial.begin(921600);
Serial.setTimeout(2000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment