remove dfplayer until its actually ready
This commit is contained in:
parent
3d3e595dfc
commit
7f8dec89da
2 changed files with 0 additions and 4 deletions
|
@ -1 +0,0 @@
|
|||
Subproject commit 7ec406c5af692b9c99ae9ed0c7fb5ba648a0a71e
|
|
@ -14,7 +14,6 @@
|
|||
#include "ble.h"
|
||||
#include "user_button.h"
|
||||
#include "pumps.h"
|
||||
#include "dfplayermini.h"
|
||||
|
||||
static const char *TAG = "BARBACK";
|
||||
|
||||
|
@ -46,8 +45,6 @@ void app_main(void) {
|
|||
|
||||
vTaskDelay(1000 / portTICK_PERIOD_MS);
|
||||
|
||||
dfplayermini_init();
|
||||
|
||||
user_button_init();
|
||||
pumps_init();
|
||||
ble_init(name);
|
||||
|
|
Loading…
Reference in a new issue