From 96a66c93930e2b2b1c2dd47c417b0f77d66dcd0f Mon Sep 17 00:00:00 2001 From: Jacob Hurwitz Date: Sun, 6 Dec 2020 19:42:19 -0800 Subject: [PATCH] update AppSwitcher example to indicate that one must manually set the OS Signed-off-by: Jacob Hurwitz --- examples/Features/AppSwitcher/AppSwitcher.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/Features/AppSwitcher/AppSwitcher.ino b/examples/Features/AppSwitcher/AppSwitcher.ino index 1dcdad29..ad46fefc 100644 --- a/examples/Features/AppSwitcher/AppSwitcher.ino +++ b/examples/Features/AppSwitcher/AppSwitcher.ino @@ -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() {