Update AudioManager.h

remove old reference
This commit is contained in:
Stephan Mühl
2023-03-22 12:18:41 +01:00
committed by GitHub
parent 9555d238f0
commit 07821015f5

View File

@@ -2,12 +2,10 @@
#define AudioManager_h
#include <Arduino.h>
#include <MqttManager.h>
class AudioManager_
{
private:
// The pins the buttons are connected to
AudioManager_() = default;
public:
@@ -32,4 +30,4 @@ public:
extern AudioManager_ &AudioManager;
#endif
#endif