slootsky
slootsky
agreed. This would be very useful for our environment as well.
IMO adding OTA to the AdafruitIO libraries is the wrong way to go. I would prefer to see the AdafruitIO libraries do less, and allowing the programmer to do more...
oh! AWESOME! THANK YOU
same issue w/ Arduino 1.6.11 on Win10 x64. Unsure of Java version. Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: processing.app.Sketch.getBuildPath()Ljava/io/File; at com.ficeto.esp.EspExceptionDecoder.getBuildFolderPath(EspExceptionDecoder.java:160) at com.ficeto.esp.EspExceptionDecoder.createAndUpload(EspExceptionDecoder.java:262) at com.ficeto.esp.EspExceptionDecoder.run(EspExceptionDecoder.java:344) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) at java.awt.EventQueue.access$500(EventQueue.java:97)...
Unrelated to your specific problem, but if you can separate the first LED, you don’t need a level shifter, you can fudge things as shown in this hackaday: https://hackaday.com/2017/01/20/cheating-at-5v-ws2812-control-to-use-a-3-3v-data-line/ From:...