diff --git a/src/app/app.ino b/src/app/app.ino index e05817d..0210e96 100644 --- a/src/app/app.ino +++ b/src/app/app.ino @@ -12,7 +12,7 @@ SAB sab; unsigned long currentMs = 0, batteryMs = 0, buttonMs = 0; volatile boolean ioStateChange(false); -View1Packet v1p = {sab.getRtcManager().getDateTime(), sab.getSdCardManager().getSize(GBYTE), sab.getPowerInfo(),0}; +View1Packet v1p = {sab.getRtcManager().getDateTime(), sab.getSdCardManager().getSize(GBYTE), sab.getPowerInfo(),0, sab.getSoftVersion()}; ViewAPPacket vap = {sab.getConnectivityManager().softAPmacAddress(), sab.getConnectivityManager().softAPSSID(), sab.getConnectivityManager().softAPIP(), sab.getConnectivityManager().softAPgetStationNum()}; ViewSTAPacket vstap = {sab.getConnectivityManager().macAddress(), sab.getConnectivityManager().localIP(), sab.getConnectivityManager().RSSI()}; ViewIoInfoPacket vio = {{0},{0}};