Sloeber / arduino-eclipse-plugin

A plugin to make programming the arduino in eclipse easy
https://eclipse.baeyens.it/
419 stars 131 forks source link

ARDUINO defined as 10609 #708

Closed DavidR1953 closed 7 years ago

DavidR1953 commented 7 years ago

Sloeber V4 defines ARDUINO as 10609. This means that code which checks for a later version of the Arduino IDE fails to build. (Specifically Sonoff/Tasmota - https://github.com/arendst/Sonoff-Tasmota)

jantje commented 7 years ago

What is the latest number in Arduino ide right now?

DavidR1953 commented 7 years ago

I don't actually use the Arduino IDE. The latest version is 1.8.2 according to their release notes, but Google didn't help to find what the define was. I think gcc's -dM gives a list of macros. I'll install the IDE and try it, but it will have to be tomorrow.

On 12 Apr 2017 21:21, "jantje" notifications@github.com wrote:

What is the latest number in Arduino ide right now?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Sloeber/arduino-eclipse-plugin/issues/708#issuecomment-293696035, or mute the thread https://github.com/notifications/unsubscribe-auth/AVsycJc00y0G5G-gt16Cvb-b4wf3iYUHks5rvTJcgaJpZM4M6ddq .

jantje commented 7 years ago

Do you have a update?

DavidR1953 commented 7 years ago

Looks like it's 10802. Not sure if setting it to that is a long term solution, but it's your call 🙂

Have you got any further with Homie? Have you tried any other ESP8266 frameworks and got them working?

I can get several of the single example sketches to run, e.g. ArdunoOTA, WebServer etc. but no more.

Kind regards,

David Read.

On 15 April 2017 at 02:11, jantje notifications@github.com wrote:

Do you have a update?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Sloeber/arduino-eclipse-plugin/issues/708#issuecomment-294263050, or mute the thread https://github.com/notifications/unsubscribe-auth/AVsycPZM1LURGMRCsBdV9NKBcPArNpSQks5rwBkxgaJpZM4M6ddq .

jantje commented 7 years ago

Homie is not on my todo list.