Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Line_Us_SVG.pde
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ boolean connected;
boolean hide = false;
float resolution = 5;

String lineus_adress = "lineus.local"; //"192.168.4.1";
String lineus_adress = "line-us.local"; //"192.168.4.1";

LineUs myLineUs;

Expand Down Expand Up @@ -161,7 +161,7 @@ void keyPressed()
}
else if (key == 'a')
{
lineus_adress = JOptionPane.showInputDialog("LineUs Address (lineus.local, 192.168.4.1, ...):");
lineus_adress = JOptionPane.showInputDialog("LineUs Address (line-us.local, 192.168.4.1, ...):");
}
else if (key == 'h')
{
Expand Down