forked from xiaozhi/xiaozhi-esp32
fix: compile errors
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"target": "esp32s3",
|
||||
"builds": [
|
||||
{
|
||||
"name": "GenJuTech-s3-1.54tft",
|
||||
"name": "genjutech-s3-1.54tft",
|
||||
"sdkconfig_append": []
|
||||
}
|
||||
]
|
||||
|
||||
@@ -70,12 +70,12 @@ private:
|
||||
uint16_t adc;
|
||||
uint8_t level;
|
||||
} levels[] = {
|
||||
{1190, 0},
|
||||
{1306, 20},
|
||||
{1443, 40},
|
||||
{1539, 60},
|
||||
{1656, 80},
|
||||
{1773, 100}
|
||||
{1280, 0},
|
||||
{1334, 20},
|
||||
{1388, 40},
|
||||
{1442, 60},
|
||||
{1496, 80},
|
||||
{1550, 100}
|
||||
};
|
||||
|
||||
// 低于最低值时
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"target": "esp32p4",
|
||||
"builds": [
|
||||
{
|
||||
"name": "waveshare-p4-nano",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_USE_WECHAT_MESSAGE_STYLE=y"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user