Moved battery status to fileRead().
[sysstatus.git] / config.h
index 58495c77514dc76059c7040df23c70608417efa7..91ad943ae491d23f99091dbebb2b963d0ef58285 100644 (file)
--- a/config.h
+++ b/config.h
@@ -6,9 +6,10 @@
 
 //#define SHOW_SECONDS
 
-#define CPU_HISTORY_SIZE 10
 #define NUM_CPUS 2
+#define CPU_HISTORY_SIZE 10
 
+#define POWER_BASEDIR "/sys/class/power_supply/"
 #define NETIF_BASEDIR "/sys/class/net/"
 
 #endif