This commit is contained in:
Sam 2024-08-15 17:04:23 +02:00
parent ebe188592e
commit c55e0aa6c7
6 changed files with 52 additions and 26 deletions

View file

@ -46,7 +46,7 @@ void draw() {
points.clear();
pointList = pointList.substring(0, pointList.length() - 1); // remove the last comma
pointList += "]"; // close the point list string
System.out.println(pointList);
//System.out.println(pointList);
Jedis jedis = new Jedis("localhost");
jedis.set("/pl/0/0", pointList);
jedis.close();