globalize a few things

This commit is contained in:
philippe44
2020-01-14 16:11:15 -08:00
parent eb5c7c3cea
commit e96ba5fd5b
6 changed files with 102 additions and 33 deletions

View File

@@ -18,11 +18,7 @@
#include "driver/gpio.h"
#include "buttons.h"
#include "led.h"
#ifdef CONFIG_SQUEEZEAMP
#define JACK_GPIO 34
#define SPKFAULT_GPIO 2 // this requires a pull-up, so can't be >34
#endif
#include "globdefs.h"
#define MONITOR_TIMER (10*1000)