fix: remove cJSON on FillBuf

This commit is contained in:
2025-05-09 01:32:23 +08:00
parent 2f2a508788
commit 2d2bfa28f3
3 changed files with 85 additions and 48 deletions

View File

@ -324,7 +324,7 @@ void Display_IM1281B(void)
char buffer[16];
snprintf(buffer, sizeof(buffer), "%.2fV ", IM_Volt * 0.0001);
snprintf(buffer, sizeof(buffer), "%.1f ", IM_Volt * 0.0001);
OLED_ShowString(16, 5, buffer, 12);
snprintf(buffer, sizeof(buffer), "%.2fA ", IM_Curr * 0.0001);