We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67ef87 commit bc0bb2bCopy full SHA for bc0bb2b
src/helix_log.h
@@ -1,7 +1,7 @@
1
#pragma once
2
3
// User Settings: Activate/Deactivate logging
4
-#ifndef HELIX_LOGGING_ACTIVE
+#if ! defined(HELIX_LOGGING_ACTIVE) && defined(ARDUINO)
5
#define HELIX_LOGGING_ACTIVE true
6
#endif
7
0 commit comments