mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 10:50:40 +00:00
missed one
This commit is contained in:
parent
d817889255
commit
62b3509009
@ -49,7 +49,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Default configurations
|
// Default configurations
|
||||||
|
#ifdef EXT_NOTIFY_OUT
|
||||||
#define EXT_NOTIFICATION_MODULE_OUTPUT EXT_NOTIFY_OUT
|
#define EXT_NOTIFICATION_MODULE_OUTPUT EXT_NOTIFY_OUT
|
||||||
|
#else
|
||||||
|
#define EXT_NOTIFICATION_MODULE_OUTPUT 0
|
||||||
|
#endif
|
||||||
#define EXT_NOTIFICATION_MODULE_OUTPUT_MS 1000
|
#define EXT_NOTIFICATION_MODULE_OUTPUT_MS 1000
|
||||||
|
|
||||||
#define ASCII_BELL 0x07
|
#define ASCII_BELL 0x07
|
||||||
|
Loading…
Reference in New Issue
Block a user