Skip to content

Commit

Permalink
Hopeful fix ftctechnh#2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSaminator committed Dec 9, 2017
1 parent 6dc570e commit 341b751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public void init(){
}

public void loop(){
lightAmount = ods.getRawLightDetected();
lightAmount = ods.getLightDetected();
telemetry.addData("Light", lightAmount);

}
Expand Down

0 comments on commit 341b751

Please sign in to comment.