Skip to content

Commit

Permalink
Increased limit for ArduinoJson positive exponentiation
Browse files Browse the repository at this point in the history
  • Loading branch information
gskjold committed Mar 30, 2020
1 parent 7b52efd commit 889b915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AmsToMqttBridge.ino
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/

#include "AmsToMqttBridge.h"
#define ARDUINOJSON_POSITIVE_EXPONENTIATION_THRESHOLD 1e9
#include <ArduinoJson.h>
#include <MQTT.h>
#include <DNSServer.h>
Expand Down

0 comments on commit 889b915

Please sign in to comment.