|
Generalized-Core-Counter 3.20
Particle-based generalized core counter firmware
|
Global compile-time configuration options and enums. More...
Go to the source code of this file.
Macros | |
| #define | DEBUG_SERIAL |
| Debug serial configuration. | |
Global compile-time configuration options and enums.
This header is reserved for project-wide configuration values and enumerations (such as sensor type selection) that are shared across modules. Some configuration is currently defined in other headers and implementation files; this file provides a single place for Doxygen to anchor high-level configuration documentation.
Definition in file Config.h.
| #define DEBUG_SERIAL |
Debug serial configuration.
Uncomment this line to enable waitFor(Serial.isConnected) on startup and after waking from sleep. This allows you to connect a USB serial terminal to see early boot and wake logs that would otherwise be missed.
WARNING: When enabled, the device will pause for up to 10 seconds waiting for serial connection at boot and after each sleep wake. Only enable this for debugging; leave it commented out for production deployments.