From 97350e5ffd03d813e52c96d6c255284a2a53c2fa Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Wed, 26 Apr 2017 00:04:42 +0200 Subject: [PATCH] passage au remote ota --- .gitignore | 1 + platformio.example.in | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 platformio.example.in diff --git a/.gitignore b/.gitignore index b678c9b..cbe8278 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ lib/* .piolibdeps .clang_complete .gcc-flags.json +platformio.ini diff --git a/platformio.example.in b/platformio.example.in new file mode 100644 index 0000000..faf87b5 --- /dev/null +++ b/platformio.example.in @@ -0,0 +1,20 @@ +; PlatformIO Project Configuration File +; +; Build options: build flags, source filter +; Upload options: custom upload port, speed and extra flags +; Library options: dependencies, extra library storages +; Advanced options: extra scripting +; +; Please visit documentation for the other options and examples +; http://docs.platformio.org/page/projectconf.html + +[env:nodemcuv2] +platform=espressif8266 +board=nodemcuv2 +framework=arduino +upload_port= +upload_flags=--auth="" + +[platformio] +src_dir=arduino/mqttfastledmenu +lib_dir=/home/jcabillot/Arduino/libraries