Skip to content
Snippets Groups Projects
Commit dd4cb31d authored by Daniel Friesel's avatar Daniel Friesel
Browse files

mkconfig: add defaults for look, wakeup, ostream

parent 949ff6a5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment