Rename to Limelight Embedded

This commit is contained in:
Iwan Timmer
2014-09-02 19:28:44 +02:00
parent 47f5a03fa7
commit 885dd84215
4 changed files with 24 additions and 23 deletions

View File

@@ -41,7 +41,7 @@ public class PlatformBinding {
try {
return InetAddress.getLocalHost().getHostName();
} catch (UnknownHostException e) {
return "LimelightPi";
return "Limelight";
}
}