Arrived from a long travel. Tired now. Good night!
Markus
@Links2004
@misterdanb they adjust the WiFi output power based on the input voltage
misterdanb
@misterdanb
okay, i see
didn't expect something like that, but okay, 2ms are okay actually (as you already mentionedr
misterdanb
@misterdanb
thanks for your help btw.!
:)
probonopd
@probonopd
Hi all. is someone around who could look at the SerialUploaderExceptoin? esp8266/Arduino#1453
it basically prevents me from using the hourly IDE builds along with esp8266/Arduino from git
Markus
@Links2004
the error is form the Arduino IDE (java) not from the ESP core. its a NullPointerException.
Caused by: java.lang.NullPointerException
at java.lang.String.replace(String.java:2240)
may report it to the Arduino git :)
probonopd
@probonopd
thanks @Links2004 - could it be related to the new OTA stuff?
maybe it's not finding its upload tool?
could that be?
Me No Dev
@me-no-dev
no
you are uploadung over serial
i did not touch that code
probonopd
@probonopd
let me verify quickly with a genuine(tm) arduino
Markus
@Links2004
it try to replace some string and get a Null ptr, its a internal operation in the IDE no tool from us is involved at this point.
may the IDE not like some config in the board.txt or else but the release version work. I think it need to be fixed in the Arduino IDE not in the core.