We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e42bd2 commit d17bfccCopy full SHA for d17bfcc
main/boards/genjutech-s3-1.54tft/config.json
@@ -2,7 +2,7 @@
2
"target": "esp32s3",
3
"builds": [
4
{
5
- "name": "GenJuTech-s3-1.54tft",
+ "name": "genjutech-s3-1.54tft",
6
"sdkconfig_append": []
7
}
8
]
main/boards/genjutech-s3-1.54tft/power_manager.h
@@ -70,12 +70,12 @@ class PowerManager {
70
uint16_t adc;
71
uint8_t level;
72
} levels[] = {
73
- {1190, 0},
74
- {1306, 20},
75
- {1443, 40},
76
- {1539, 60},
77
- {1656, 80},
78
- {1773, 100}
+ {1280, 0},
+ {1334, 20},
+ {1388, 40},
+ {1442, 60},
+ {1496, 80},
+ {1550, 100}
79
};
80
81
// 低于最低值时
main/boards/waveshare-p4-nano/config.json
0 commit comments