update
Took 38 minutes
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include "HX711.h"
|
||||
|
||||
// Define the size of the JSON buffer
|
||||
#define JSON_BUFFER_SIZE 256
|
||||
// #define JSON_BUFFER_SIZE 256
|
||||
|
||||
// Create a JSON object for incoming messages
|
||||
StaticJsonDocument<JSON_BUFFER_SIZE> incomingJson;
|
||||
@ -97,6 +97,7 @@ void loop() {
|
||||
|
||||
// Send the outgoing JSON message
|
||||
serializeJson(outgoingJson, Serial);
|
||||
Serial.println();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user