ankur608
ankur608
Update* p = subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=True, preexec_fn=os.setsid) By excluding the preexec_fn; was finally able to successfully stream the serial port in windows10. ___________________________________________ p = subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=True) ----------------------------------------------------------------------
> This change adds initial Apollo3 support. > > The majority of the functionality is contained in the new `apollo3.cpp` file, but some minor modifications were made to `Adafruit_NeoPixel.cpp` in...