build project in CI

This commit is contained in:
Vinzenz Schroeter 2025-02-16 14:09:11 +01:00
parent cbd0186fdc
commit c37bfd8332
3 changed files with 20 additions and 22 deletions

View file

@ -1,2 +0,0 @@
bin
obj

View file

@ -1,7 +1,8 @@
using System.Threading;
using ServicePoint;
var connection = new Connection("127.0.0.1:2342");
// TODO: replace with new Connection("127.0.0.1:2342") to send to a real display
var connection = Connection.NewFake();
connection.Send(Command.Clear());
connection.Send(Command.Brightness(5));