Misc
This commit is contained in:
parent
ebe188592e
commit
c55e0aa6c7
6 changed files with 52 additions and 26 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue