Skip to content
Snippets Groups Projects
Commit 25fe085c authored by David Gauchard's avatar David Gauchard
Browse files

Merge branch 'arduino_compatibility' into 'master'

Move source files to root folder in order to remain compatible with Arduino.

See merge request !3
parents 6ce86be1 4cb30914
No related branches found
No related tags found
1 merge request!3Move source files to root folder in order to remain compatible with Arduino.
File moved
File moved
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
; Please visit documentation for the other options and examples ; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[platformio]
src_dir = .
[env:featheresp32] [env:featheresp32]
platform = espressif8266 platform = espressif8266
board = huzzah board = huzzah
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
// Feather LCD // Feather LCD
// Feather motor controler // Feather motor controler
#pragma once // necessary for arduino IDE environment ino source file
#if 0 #if 0
#define STASSID "laas-capture" #define STASSID "laas-capture"
......
File moved
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