Page 1 of 1

ESP-Mesh arduinoJson lib error

Posted: Mon Sep 28, 2020 9:47 pm
by denkee
Hello to all!
I wrote codes for esp32 boards, which will communicate via esp-mesh, but I have one problem... Boards are correctly connected via esp-mesh, but i got error on deserialization json.
Serial monitor tell me that's invalid input.

I apologize in advance in maybe not correct English, but my mother tongue is Slovak and I don't know English very well, so if I did something wrong, here's the reason.

Sender code (this esp32 is reading states of four switches and sending to two esp8266 boards which have two relays each):
https://pastebin.pl/view/157a0706

receiver code:
https://pastebin.pl/view/84187ce9