When using the Eclipse plugin(Sloeber V3), the simple app (see below) is compiled and uploaded (to Adafruit Feather HUZZAH ESP8266) with success, but is not working.
void setup() {
- Serial.begin(115200);*
}
void loop() {
- Serial.println("hello world.") ;*
- delay(500);*
}
See also attachements with compile logging of Eclipse (Neon 4.6.1) plugin (Sloeber V3) and Arduino IDE (1.6.7).
I think the problem is in the compiling part. Maybe some to do with the Programmer setting (which I can not find in the Eclipse plugin)?
Who has experience with the Sloeber V3 Eclipse plugin?
And who does recognise this problem or maybe can point me out to solve this problem?
Anyone experience with Eclipse C++ IDE for Arduino 2.0?
Thanks in advance!
Kind regards,
Sybren
Arduino IDE.txt (32.1 KB)
Eclipse with Sloeber V3 plugin.txt (4.94 KB)