Where communities thrive
Join over
1.5M+ people
Join over
100K+ communities
Free
without limits
Create
your own community
Explore more communities
esp8266/Arduino
Arduino IDE for ESP8266
People
Repo info
Activity
Mar 08 23:46
michkot
synchronize
#7911
Mar 08 23:44
michkot
synchronize
#7911
Mar 08 23:42
michkot
synchronize
#7911
Mar 08 23:38
michkot
synchronize
#7911
Mar 08 23:31
michkot
synchronize
#7911
Mar 08 23:28
michkot
synchronize
#7911
Mar 08 17:06
sangpm3
forked
sangpm3/Arduino
Mar 08 04:21
SHAILESH862
forked
SHAILESH862/Arduino
Mar 08 01:07
michkot
synchronize
#7911
Mar 08 00:43
michkot
synchronize
#7911
Mar 08 00:31
michkot
synchronize
#7911
Mar 08 00:28
michkot
synchronize
#7911
Mar 08 00:24
michkot
synchronize
#7911
Mar 08 00:14
michkot
opened
#7911
Mar 07 20:47
d-a-v
closed
#2698
Mar 07 18:17
GHOSTAOBA
forked
GHOSTAOBA/Arduino
Mar 07 17:57
Ngeta
forked
Ngeta/Arduino
Mar 07 16:15
earlephilhower
synchronize
#7910
Mar 07 16:15
earlephilhower
milestoned
#7910
Mar 07 16:14
earlephilhower
on master
Add I2S class support (#7874) …
(compare)
Me No Dev
@me-no-dev
maybe this
https://github.com/me-no-dev/Arduino-1/commit/b3c91ab85b6aa4dddc7e124733e2fa1084b13694#diff-db26f03d5207a3a0d217244f3de0950fR156
as it's the only change I see recently to the file
and I can tell you what it is...
boardPort.getPrefs().get("iserial") returns NULL
so when the replacer trys to replace with NULL, which can not happen
code should be boardPort.getPrefs().getOrExcept("iserial") to trigger exception and not fill the item
probonopd
@probonopd
I will try, thanks
@me-no-dev
Me No Dev
@me-no-dev
yeah, let me know as I do not see a pull request about it
nor a fix merged upstream
probonopd
@probonopd
Let me see if I can build the IDE (never done that)
arduino/Arduino#4471
Me No Dev
@me-no-dev
good job :)
probonopd
@probonopd
duh, I'm absolutely not a Java guy ;-)
Me No Dev
@me-no-dev
nah, it's easier than this here
at least you can catch an exception and not kill the chip instead :D
probonopd
@probonopd
:-)
duh, that source tree is
huge
around a gig
Me No Dev
@me-no-dev
yeah, and most is obsolete with the builder
lots of nothing for a basic editor with custom highlighting
probonopd
@probonopd
maybe it's really time to take Atom or the likes and make a decent IDE out of it
Me No Dev
@me-no-dev
maybe atom, maybe else
does not matter :) platformio guys are trying something
probonopd
@probonopd
it's not as easy as taking 1 .java file and just editing this, I need to comile the whole thing, right?
_
Me No Dev
@me-no-dev
yes
ant build
probonopd
@probonopd
sigh
Me No Dev
@me-no-dev
maybe ant run will be enough
probonopd
@probonopd
i vaguely remember having done that before once
Me No Dev
@me-no-dev
not a biggie if you have jre in path and all that java jazz
just run and it's done
probonopd
@probonopd
can't build, can't download temboo, 404
commenting it out for now
Me No Dev
@me-no-dev
i'mma give it a go as well
probonopd
@probonopd
know what, it WORKS :-)))
do you want to do the PR or should I?
Me No Dev
@me-no-dev
i'll do it :P
probonopd
@probonopd
cool. thanks
@me-no-dev
Me No Dev
@me-no-dev
no probs :)
they should thank and all of us :D
could have released bad ide
probonopd
@probonopd
indeed. hard to believe
@me-no-dev
your latest link in the ticket links to other lines...
Me No Dev
@me-no-dev
not in my browser?
probonopd
@probonopd
anyhow, do a PR and let's hope they pick it up rather soonish :)
L in combination with /master/ is a moving target
sorry about the large font
i meant
#L
Me No Dev
@me-no-dev
yeah :D not the PR though :P
FWeinb
@FWeinb
What is this about the DIO and QIO on these NodeMCU clones?