Skip to content

Commit

Permalink
Merge pull request #1 from HunterBarclay/virtuald/rm-host
Browse files Browse the repository at this point in the history
HALSim Websocket Server Environment Variable Cleanup
  • Loading branch information
virtuald authored Jan 5, 2025
2 parents 5cb8df7 + 71883fb commit b2aab1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion simulation/samples/JavaAutoSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ test {
wpi.sim.addGui().defaultEnabled = true
wpi.sim.addDriverstation()

wpi.sim.envVar("HALSIMWS_HOST", "127.0.0.1")
wpi.sim.addWebsocketsServer().defaultEnabled = true

// Setting up my Jar File. In this case, adding all libraries into the main jar ('fat jar')
Expand Down
1 change: 0 additions & 1 deletion simulation/samples/JavaSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ test {
wpi.sim.addGui().defaultEnabled = true
wpi.sim.addDriverstation()

wpi.sim.envVar("HALSIMWS_HOST", "127.0.0.1")
wpi.sim.addWebsocketsServer().defaultEnabled = true

// Setting up my Jar File. In this case, adding all libraries into the main jar ('fat jar')
Expand Down

0 comments on commit b2aab1f

Please sign in to comment.