fix: compile errors

This commit is contained in:
Terrence
2025-05-27 04:50:21 +08:00
parent 0e42bd2b18
commit d17bfccb35
3 changed files with 7 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
"target": "esp32s3", "target": "esp32s3",
"builds": [ "builds": [
{ {
"name": "GenJuTech-s3-1.54tft", "name": "genjutech-s3-1.54tft",
"sdkconfig_append": [] "sdkconfig_append": []
} }
] ]

View File

@@ -70,12 +70,12 @@ private:
uint16_t adc; uint16_t adc;
uint8_t level; uint8_t level;
} levels[] = { } levels[] = {
{1190, 0}, {1280, 0},
{1306, 20}, {1334, 20},
{1443, 40}, {1388, 40},
{1539, 60}, {1442, 60},
{1656, 80}, {1496, 80},
{1773, 100} {1550, 100}
}; };
// 低于最低值时 // 低于最低值时

View File

@@ -1,11 +0,0 @@
{
"target": "esp32p4",
"builds": [
{
"name": "waveshare-p4-nano",
"sdkconfig_append": [
"CONFIG_USE_WECHAT_MESSAGE_STYLE=y"
]
}
]
}