Skip to content
Snippets Groups Projects
Commit 4e7b209e authored by burneykb's avatar burneykb
Browse files
parents 9ea31f48 438c0e8a
No related branches found
No related tags found
No related merge requests found
...@@ -44,3 +44,6 @@ STATIC_PATHS = ['images', 'files'] ...@@ -44,3 +44,6 @@ STATIC_PATHS = ['images', 'files']
# Page Order # Page Order
PAGE_ORDER_BY = 'sortorder' 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; ...@@ -24,7 +24,7 @@ const int SEND_BUF_SIZE = 1024;
void setup() { void setup() {
// Set baud rate for UART // Set baud rate for UART
Serial.begin(115200); Serial.begin(921600);
Serial.setTimeout(2000); 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