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
Re-apply the Watchdog-aware fixes (aka VERILITE_WDT_MODS) after the merging the 1.6 changes from the upstream Arduino repository
During the previous merge we wad to resolve the merge conflicts by temporarily removing the following files that were modified to be "watchdog aware":
libraries/WiFi/WiFiClient.cpp
libraries/SD/utility/Sd2Card.cpp
libraries/GSM/GSM3SoftSerial.cpp
libraries/Ethernet/EthernetClient.cpp
libraries/Ethernet/Dhcp.cpp
hardware/arduino/cores/arduino/wiring.c
hardware/arduino/cores/arduino/Arduino.h
The conflicts occurred because version 1.6 of the upstream repo uses a new folder structure for the sources.
This commit re-applies this fixes to the merged files in the new tree structure.
0 commit comments