Results 4 issues of James

Is there a list somewhere of the valid Google Assistant voice commands? Specifically, I'm testing an ESP32 with the TV.ino example and I can't seem to change inputs. When I...

stale

Merged: Bed/Nozzle temperature in Layer Info from: https://github.com/hjgode/gCodeViewer

Something weird is going on with iOS 10 with these two lines in OSCBundle (lines 218, 219): ``` long time_s = NSSwapHostLongToBig(floor(interval)); long time_us = NSSwapHostLongToBig((long)(floor((double)1000000.0 * ((double)(interval - (double)time_s)))));...

As per http://opensoundcontrol.org/node/3/#timetags the TimeTag should be seconds since midnight on January 1, 1900, but OSCBundle is incorrectly sending seconds since Jan 1, 2001. Quick fix: NSDate\* timestamp = [NSDate...