From d6d15099fa52330224e01b75dd2a539adee4f635 Mon Sep 17 00:00:00 2001 From: robertpoll Date: Thu, 16 Apr 2020 17:05:47 +0100 Subject: [PATCH] Change default Line-us name Just a minor change - the default Line-us name is `line-us.local` rather than `lineus.local`. Would you ba able to merge and create a new release with the installable versions? The app is proving to be quite popular and this comes up as an issue quite a lot! --- Line_Us_SVG.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Line_Us_SVG.pde b/Line_Us_SVG.pde index f1ecac6..ff95e7d 100644 --- a/Line_Us_SVG.pde +++ b/Line_Us_SVG.pde @@ -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; @@ -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') {