Skip to content

Commit d17bfcc

Browse files
committed
fix: compile errors
1 parent 0e42bd2 commit d17bfcc

File tree

3 files changed

+7
-18
lines changed

3 files changed

+7
-18
lines changed

main/boards/genjutech-s3-1.54tft/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"target": "esp32s3",
33
"builds": [
44
{
5-
"name": "GenJuTech-s3-1.54tft",
5+
"name": "genjutech-s3-1.54tft",
66
"sdkconfig_append": []
77
}
88
]

main/boards/genjutech-s3-1.54tft/power_manager.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ class PowerManager {
7070
uint16_t adc;
7171
uint8_t level;
7272
} levels[] = {
73-
{1190, 0},
74-
{1306, 20},
75-
{1443, 40},
76-
{1539, 60},
77-
{1656, 80},
78-
{1773, 100}
73+
{1280, 0},
74+
{1334, 20},
75+
{1388, 40},
76+
{1442, 60},
77+
{1496, 80},
78+
{1550, 100}
7979
};
8080

8181
// 低于最低值时

main/boards/waveshare-p4-nano/config.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)