Merge pull request #992 from jhurwitz/hostos

update AppSwitcher example to indicate that one must manually set the OS
pull/993/head
Jesse Vincent 4 years ago committed by GitHub
commit ac92025210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,6 +61,9 @@ KALEIDOSCOPE_INIT_PLUGINS(EEPROMSettings,
void setup() {
Kaleidoscope.setup();
// Uncomment to manually set the OS, as Kaleidoscope will not autodetect it.
// (Possible values are in HostOS.h.)
// HostOS.os(kaleidoscope::hostos::LINUX);
}
void loop() {

Loading…
Cancel
Save