-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Use hourly Arduino builds on Travis #1573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b6d3764
to
d3afae1
Compare
Looks like there is another issue, not only the ctag one. |
Yeah, it looks like a name defined in another file (tab) is not recognized. This does work for simple cases though. |
And I am pretty sure most people use a single ".ino" file without any headers, so this is no big deal for the average Arduino user. |
Found that this issue is triggered by |
hi guys
I'm kinda exhausted and maybe decide to come back to previous version and drop up all these new features |
@mkeyno thanks for reporting that |
thanks to you Iggr for your concern |
Okay, the issue at hand is the use of |
@iggr what single header file hast to do with IDE java runtime error, this issue come with IDE, even with empty code sketch , I think this java malfunction not related with any installed library |
@mkeyno I have attempted to reproduce the issue with arduino-esp8266fs-plugin, but was unable to do so with an hourly build downloaded just now. I'm on OS X. Please make sure you use the latest version of the plugin: https://github.com/esp8266/arduino-esp8266fs-plugin/releases/tag/0.2.0. If it still doesn't work, please open an issue at https://github.com/esp8266/arduino-esp8266fs-plugin/issues so we can get more details from you and investigate. |
@igrr yes buddy , same error, but can you tell me where exact location should I paste this file my portable arduino located in drive D whereas the stable library make location in C:\Users\Private\AppData\Local\Arduino15 I copy this file almost every where , because there is many folder named tools |
@mkeyno No problem, please open the issue on arduino-esp8266fs-plugin tracker and we will take a look. |
Waiting for arduino/ctags#5 to be merged and Arduino ctags to be updated. |
sure buddy , also can you give me or direct me to the link which is use PROGMEM instead the SPIFF to keep the webpage , I intend to use the reliable methods for my web server until all issue related the flash memory get fixed |
Yet another issue with ctag? |
@marvinroger this one is not related to ctags, i believe arduino-builder is placing the Relevant ticket: arduino/arduino-builder#85 |
d3afae1
to
88a20ae
Compare
Use hourly Arduino builds on Travis
Let's see if we can build all the sketches using the latest Arduino software.
Triggered by arduino/arduino-builder#68 (comment).