change max print pts with battery level

This commit is contained in:
cuu
2021-05-28 19:39:13 +08:00
parent cab226e6b9
commit 0824e292fd
4 changed files with 34 additions and 5 deletions

View File

@@ -119,6 +119,7 @@ void init_printer(){
g_config.density = 0;
g_config.feed_pitch = 2;
g_config.max_pts = 1;
}