Skip to content

Commit 5436c05

Browse files
committed
Add DEBUG_INFO to track system reset
1 parent d4d7940 commit 5436c05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ArduinoIoTCloudTCP.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,8 @@ void ArduinoIoTCloudTCP::onOTARequest()
620620

621621
void ArduinoIoTCloudTCP::systemReset()
622622
{
623+
DEBUG_INFO("ArduinoIoTCloudTCP::%s", __FUNCTION__);
624+
623625
#ifdef ARDUINO_ARCH_SAMD
624626
samd_systemReset();
625627
#endif

0 commit comments

Comments
 (0)