Skip to content

Commit

Permalink
fix typo error check
Browse files Browse the repository at this point in the history
  • Loading branch information
universam1 committed Jul 24, 2019
1 parent 247bb0c commit 54a08c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pio/lib/Globals/Globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
extern Ticker flasher;

// defines go here
#define FIRMWAREVERSION "6.1.0"
#define FIRMWAREVERSION "6.1.1"

#define API_FHEM true
#define API_UBIDOTS true
Expand Down
2 changes: 0 additions & 2 deletions pio/src/iSpindel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,6 @@ bool processResponse(String response)
DynamicJsonDocument doc(1024);

DeserializationError error = deserializeJson(doc, response);
if (error)

if (!error && doc.containsKey("interval"))
{
uint32_t interval = doc["interval"];
Expand Down

0 comments on commit 54a08c8

Please sign in to comment.