Skip to content

Commit

Permalink
Changing mavlink to ardupilotmega.
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmaphobic committed Sep 20, 2016
1 parent 297a573 commit c76466b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
platformio.sublime*
platformio.pro*
tests
research
3 changes: 3 additions & 0 deletions lib/mavlink/mavlink.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//-- Gymnastics necessary to make this build system include the right file.
#include "../../modules/mavlink/include/ardupilotmega/mavlink.h"

6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# try reducing to 115200.

[env:esp12e]
platform = espressif
platform = espressif8266
framework = arduino
board = esp12e
upload_speed = 921600
Expand All @@ -30,14 +30,14 @@ build_flags = -Wl,-Tesp8266.flash.4m.ld
extra_script = esp_extra.py

[env:esp01_1m]
platform = espressif
platform = espressif8266
framework = arduino
board = esp01_1m
upload_speed = 921600
extra_script = esp_extra.py

[env:esp01]
platform = espressif
platform = espressif8266
framework = arduino
board = esp01
upload_speed = 921600
Expand Down

0 comments on commit c76466b

Please sign in to comment.