More cleanup, 'temp' and 'uptime' use fileRead().
[sysstatus.git] / config.h
index 7879911f1fba1415c85cea3489b9aa377cf9f64c..53f1c580337f2767062f8be11ba9861371475779 100644 (file)
--- a/config.h
+++ b/config.h
@@ -6,9 +6,9 @@
 
 //#define SHOW_SECONDS
 
-#define CPU_HISTORY_SIZE 10
 #define NUM_CPUS 2
+#define CPU_HISTORY_SIZE 10
 
-#define IFNAME "ppp0"
+#define NETIF_BASEDIR "/sys/class/net/"
 
 #endif