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

@@ -3,8 +3,8 @@
#include "config.h"
#define PRINT_SPLIT 6 // max points printed at the same time, 384/PRINT_SPLIT==96
#define MAX_PRINT_PTS 24
//#define PRINT_SPLIT 6 // max points printed at the same time, 384/PRINT_SPLIT==96
//#define MAX_PRINT_PTS 2
void printer_send_data8(uint8_t);