This commit is contained in:
fabjuuuh
2020-09-11 11:09:59 +02:00
parent 24ab1a01c1
commit 03a0c6febb
2 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Text;
using Hardware;
using Hardware.Simulators;
namespace ProftaakRH
@@ -14,8 +15,6 @@ namespace ProftaakRH
BikeSimulator bikeSimulator = new BikeSimulator(dataConverter);
bikeSimulator.StartSimulation();
bLEReceiver.Connect();
Console.ReadLine();
}
}