changed to easier variable names

This commit is contained in:
Aaron Marcher
2016-03-09 11:21:35 +01:00
committed by Aaron Marcher (drkhsh)
parent 8894244cb8
commit b5813a7f67
2 changed files with 41 additions and 37 deletions

View File

@ -19,4 +19,4 @@ static const char timeformat[] = "%y-%m-%d %H:%M:%S";
/* statusbar */
#define FORMATSTRING "wifi %4s | bat %4s | cpu %4s %3s | ram %3s | vol %4s | %3s"
#define ARGUMENTS pWifi_signal, pBattery, pCpu_usage, pCpu_temperature, pRam_usage, pVolume, pDatetime
#define ARGUMENTS wifi_signal, battery, cpu_usage, cpu_temperature, ram_usage, volume, datetime