mirror of
https://github.com/meshtastic/firmware.git
synced 2026-03-25 02:23:22 -04:00
use PWM buzzer on notification module. To activate set moduleConfig.external_notification.output equal to the PIN_BUZZER. If another value is set, the traditional digital mode is used
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
*/
|
||||
class ExternalNotificationModule : public SinglePortModule, private concurrency::OSThread
|
||||
{
|
||||
uint32_t output = EXT_NOTIFY_OUT;
|
||||
|
||||
public:
|
||||
ExternalNotificationModule();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user