Update kevin_box_board.cc

format code
This commit is contained in:
Xiaoxia 2024-12-16 22:57:36 +08:00 committed by GitHub
parent 894e872cfd
commit 548e1d9890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,8 @@
#include <wifi_station.h>
#include <esp_log.h>
#include <esp_efuse_table.h>
#include <driver/i2c_master.h>
#include "esp_efuse_table.h"
#define TAG "KevinBoxBoard"
@ -58,8 +58,9 @@ private:
public:
KevinBoxBoard() : boot_button_(BOOT_BUTTON_GPIO) {
//把ESP32C3的VDD SPI引脚作为普通GPIO口使用 需要写efuse 每个芯片需要写一次
// ESP32C3 VDD SPI 引脚作为普通 GPIO 口使用
esp_efuse_write_field_bit(ESP_EFUSE_VDD_SPI_AS_GPIO);
InitializeCodecI2c();
InitializeButtons();
InitializeIot();