start bbnow and deps
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
#include "blk_box_drivers/char_lcd.hpp"
|
||||
#include "blk_box_drivers/ssegs.hpp"
|
||||
#include "blk_box_drivers/tft.hpp"
|
||||
#include "blk_box_drivers/nvs.hpp"
|
||||
#include "blk_box_drivers/radio.hpp"
|
||||
#include "blk_box_drivers/bbnow.hpp"
|
||||
|
||||
void init_blk_box(BlkBoxInitConfig cfg) {
|
||||
init_main_i2c();
|
||||
@@ -14,4 +17,8 @@ void init_blk_box(BlkBoxInitConfig cfg) {
|
||||
init_lcd();
|
||||
init_ssegs();
|
||||
init_tft();
|
||||
|
||||
init_nvs();
|
||||
init_radio();
|
||||
init_espnow();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user