Skip to content

Commit 3e800da

Browse files
authored
Merge pull request #138 from zfields/patch-1
fix: Notecard_ConnectionHandler Power Profile
2 parents 8014ed9 + 84da568 commit 3e800da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NotecardConnectionHandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ NetworkConnectionState NotecardConnectionHandler::update_handleInit()
396396
// for the Opta Wirelss Extension.
397397
if (NetworkConnectionState::INIT == result) {
398398
if (J *req = _notecard.newRequest("card.voltage")) {
399-
JAddStringToObject(req, "mode", "lipo");
399+
JAddStringToObject(req, "mode", "lic");
400400
JAddBoolToObject(req, "alert", true);
401401
JAddBoolToObject(req, "sync", true);
402402
JAddBoolToObject(req, "usb", true);

0 commit comments

Comments
 (0)