Save Raw data

This commit is contained in:
fabjuuuh
2020-09-25 16:38:16 +02:00
parent 21203fd3ff
commit 68a43fb930
3 changed files with 27 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
using System;
using Hardware;
using Hardware.Simulators;
namespace Client
{
@@ -18,13 +19,13 @@ namespace Client
{
}
BLEHandler bLEHandler = new BLEHandler(client);
//BLEHandler bLEHandler = new BLEHandler(client);
bLEHandler.Connect();
//bLEHandler.Connect();
//BikeSimulator bikeSimulator = new BikeSimulator(client);
BikeSimulator bikeSimulator = new BikeSimulator(client);
//bikeSimulator.StartSimulation();
bikeSimulator.StartSimulation();
while (true)
{