diff --git a/script/mkconfig b/script/mkconfig index a3637adf81868b4cd3dde512bd00970914f34e92..66da07c01c3b347a9c16880f449755def9c36fda 100755 --- a/script/mkconfig +++ b/script/mkconfig @@ -6,12 +6,15 @@ menu "System" config loop bool "Regularly call loop()" +default y config wakeup bool "Call wakeup() on wakeup" +default n config ostream bool "C++ ostream support in stdout" +default n depends on arch_esp8266 || arch_msp430fr5969lp || arch_msp430fr5994lp || arch_posix config i2c_freq