Platformio compatibility?
Created by: sticilface
Do you have any experience of getting this to work with platformio?
I followed these instructions http://www.penninkhof.com/2015/12/1610-over-the-air-esp8266-programming-using-platformio/
and it works flawlessly.. I copied all my libs to the /lib folder but when i try and compile them it is the arduinojson that stops it in its tracks. It is the #include "../include/ArduinoJson.h"
that causes the problems. The one included for ardunio compatibility... commenting it out, stops it from working.. bit of a stab in the dark asking you, but my knowledge of compiling structures / directories, outside the arduino IDE is fairly minimal. any help appreciated