Skip to content

Commit

Permalink
Re-adding energy readings
Browse files Browse the repository at this point in the history
This was originally only taken out for troubleshooting purposes
  • Loading branch information
StargateMC authored Feb 18, 2020
1 parent a73f153 commit 13a8098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ while run do
local _, _, x, y = event.pull(1, "touch")

-- update control elements
graphics.drawRemoteInfo(4, 17, addressFld.address, "Unavailable")
graphics.drawRemoteInfo(4, 17, addressFld.address, stargate.energyToDial(addressFld.address))
graphics.drawLocalGateInfo(4, 27, stargate.localAddress(), stargate.energyAvailable(), irisState, lastErr)

-- exit button
Expand Down

0 comments on commit 13a8098

Please sign in to comment.