Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By brutzler
#29049 Hi,
some time pausing with developing my new project. last time I used "1.6.5-1044-g170995a"
Now I had to "update" to "1.6.5-1106-g8253b82"
After this I copied all addtional libs into ...\Arduino15\packages\esp8266\hardware\esp8266\1.6.5-1106-g8253b82\libraries
But I was not able to compile the project any more :-(
I only get a lot of these messages
at java.util.regex.Pattern$GroupTail.match(Pattern.java:4717)
at java.util.regex.Pattern$BranchConn.match(Pattern.java:4568)
at java.util.regex.Pattern$CharProperty.match(Pattern.java:3777)
at java.util.regex.Pattern$Branch.match(Pattern.java:4604)
at java.util.regex.Pattern$GroupHead.match(Pattern.java:4658)
Not helpful for me.

- How could I find out what part of my software is incompatible to the new staging?
- How can I switch back to the previous staging? The additional Boards Manager URL is always pointing to the newest staging release: "http://arduino.esp8266.com/staging/package_esp8266com_index.json"

thx in advance for any help.
Last edited by brutzler on Tue Sep 15, 2015 12:58 pm, edited 1 time in total.
User avatar
By brutzler
#29053 thx for the link

Now I am back at previous staging.
Unfortunately I still do not get my sketch compiled. I removed the old package an reinstalled it. (lost additional libs on this)
Looking at the compile-messages, there are so many lines, that I can not see all. And i think the intersting stuff is out of the message buffer.
I am afraid, I will have to make a copy of my (extensive) project and delete part by part to find out the prob.