删除测温ADC,更改加热引脚与状态跟初始电平,优化屏幕显示函数,增加 用UFT8转GBK的Python脚本,测试有效,实际使用待完善

This commit is contained in:
2026-02-15 23:31:34 +08:00
parent f275a5aad9
commit 05eec1f08b
191 changed files with 716 additions and 652 deletions

View File

@@ -0,0 +1,23 @@
# 按摩仪核心文本
text_device_name=智能按摩仪
text_device_loading=设备加载中请稍候
text_start_massage=开始按摩
text_start_heating=开始加热
text_stop_massage=停止按摩
text_stop_heating=停止加热
text_massage_gear_1=按摩档位1级
text_massage_gear_2=按摩档位2级
text_massage_gear_3=按摩档位3级
text_massage_time_10=按摩时间10分钟
text_massage_time_15=按摩时间15分钟
text_massage_time_20=按摩时间20分钟
text_massage_time_30=按摩时间30分钟
text_massage_time_cont=按摩时间:持续
text_remaining_time=剩余按摩时间为:%d
# 补充辅助文本)
text_heating_on=加热已开启
text_heating_off=加热已关闭
text_massage_running=按摩中
text_massage_paused=按摩已暂停
text_massage_ended=按摩已结束