|
@@ -717,6 +717,10 @@ static void onUI_init(){
|
|
|
|
|
|
lightControl("CALLLED", "011F");
|
|
lightControl("CALLLED", "011F");
|
|
|
|
|
|
|
|
+ //门口机亮度默认调最大
|
|
|
|
+ LOGD("set brightness ==> 100");
|
|
|
|
+ BRIGHTNESSHELPER->setBrightness(100);
|
|
|
|
+
|
|
#if 0
|
|
#if 0
|
|
std::thread backend([](){
|
|
std::thread backend([](){
|
|
while (true) {
|
|
while (true) {
|