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
17:53
F6HOR
forked
F6HOR/Arduino
13:54
fsommer1968
closed
#7991
12:30
fjdks
forked
fjdks/Arduino
10:16
d-a-v
opened
#7995
10:08
d-a-v
edited
#7987
10:03
d-a-v
synchronize
#7987
09:48
d-a-v
edited
#7987
09:46
d-a-v
synchronize
#7987
08:53
ImNuro
forked
ImNuro/Arduino
08:53
lmc915
forked
lmc915/Arduino
07:14
4A9EBB44
forked
4A9EBB44/Arduino
03:48
arisfariz26
forked
arisfariz26/Arduino
Apr 20 21:20
mgryszkiewicz
forked
mgryszkiewicz/Arduino
Apr 20 12:40
nivi2000
forked
nivi2000/Arduino
Apr 20 10:12
Ideas100
forked
Ideas100/Arduino
Apr 20 09:56
blairoc
forked
blairoc/Arduino
Apr 20 09:12
DJF6785753
forked
DJF6785753/Arduino
Apr 20 08:52
d-a-v
milestoned
#7991
Apr 20 07:47
jethace
forked
jethace/Arduino
Apr 20 06:10
gmldms784
forked
gmldms784/Arduino
probonopd
@probonopd
upload to arduino pro mini is also broken
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