Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Sep 23, 2021
1 parent 7036741 commit 042dbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/js/rak/RAK5010.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ exports.isCharging = function(isCharging) {
return !PINS.CHG_DET.read();
};//tested ok

// Return GPS instance. callback is called whenever data is available!
/// Return undefined. callback(error, gpsInstance) is called when GPS is initialised
exports.setGPSOn = function(isOn, callback) {
PINS.GPS_EN.write(isOn);
if (!isOn) this.setCellOn(false,callback);
Expand Down

0 comments on commit 042dbff

Please sign in to comment.