You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i want to listen to heartbeat response comes from OCPP i used that API to print a message on receiving heartbeat responce
setOnSendConf("SetChargingProfile", [] (JsonObject payload) { Serial.print("received Heartbeat response ********************* "); });
i put it in setup after initializing OCPP
i got that in the serial not including the message message i wanted
can you help me to find the problem ?
The text was updated successfully, but these errors were encountered:
Hi i want to listen to heartbeat response comes from OCPP i used that API to print a message on receiving heartbeat responce
setOnSendConf("SetChargingProfile", [] (JsonObject payload) { Serial.print("received Heartbeat response ********************* "); });
i put it in setup after initializing OCPP
i got that in the serial not including the message message i wanted
can you help me to find the problem ?
The text was updated successfully, but these errors were encountered: