BSS & jack changes

This commit is contained in:
philippe44
2019-11-14 16:53:00 -08:00
parent e493949241
commit 10d19a6dd8
4 changed files with 25 additions and 11 deletions

View File

@@ -47,11 +47,12 @@
#include <math.h>
#include "config.h"
extern bool enable_bt_sink;
extern bool enable_airplay;
extern bool jack_mutes_amp;
EventGroupHandle_t wifi_event_group;
bool enable_bt_sink=false;
bool enable_airplay=false;
bool jack_mutes_amp=false;
bool bypass_wifi_manager=false;
const int CONNECTED_BIT = BIT0;
#define JOIN_TIMEOUT_MS (10000)