From c12df21f0186959410d185e0c12f80193bacad5d Mon Sep 17 00:00:00 2001 From: Niklas Goby Date: Wed, 30 Mar 2011 00:28:00 +0200 Subject: some changes in the sysinfolibsysfs class. json support problem: can not get the ip and mac address until now --- src/fbgui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fbgui.cpp') diff --git a/src/fbgui.cpp b/src/fbgui.cpp index b3b3ff4..de056d5 100644 --- a/src/fbgui.cpp +++ b/src/fbgui.cpp @@ -22,9 +22,9 @@ int debugMode = -1; fbgui::fbgui() { // test for libsys function - //SysInfoLibsysfs* sil = new SysInfoLibsysfs(); + SysInfoLibsysfs* sil = new SysInfoLibsysfs(); //sil->getInfoAboutNetworkInterface(); - //sil->getInfoAboutClassNet(); + sil->getInfoAboutClassNet(); setupLayout(); createActions(); -- cgit v1.2.3-55-g7522