Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Distributed Autonomous Networked Control Lab
MicroCART
Commits
4e7b209e
Commit
4e7b209e
authored
8 years ago
by
burneykb
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://git.ece.iastate.edu/danc/MicroCART_17-18
parents
9ea31f48
438c0e8a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
website/pelicanconf.py
+3
-0
3 additions, 0 deletions
website/pelicanconf.py
wifi_dropin/wifi_dropin.ino
+1
-1
1 addition, 1 deletion
wifi_dropin/wifi_dropin.ino
with
4 additions
and
1 deletion
website/pelicanconf.py
+
3
−
0
View file @
4e7b209e
...
@@ -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
'
]
This diff is collapsed.
Click to expand it.
wifi_dropin/wifi_dropin.ino
+
1
−
1
View file @
4e7b209e
...
@@ -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
(
1152
00
);
Serial
.
begin
(
9216
00
);
Serial
.
setTimeout
(
2000
);
Serial
.
setTimeout
(
2000
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment