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
{{ message }}
This repository was archived by the owner on May 7, 2024. It is now read-only.
Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.12
PlatformIO Core version, if you use PlatformIO (found in VS Code tab): INSERT
PLATFORMIO CORE VERSION HERE
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too):
Compile example from Arduino IDE in File -> Examples -> Adeon -> SIMComGsm.ino
C:\Arduino\libraries\Adeon\src\utility\MD5.cpp: In static member function'static void MD5::MD5Update(void*, const void*, size_t)':C:\Arduino\libraries\Adeon\src\utility\MD5.cpp:215:21: warning: right shift count >= width of type [-Wshift-count-overflow] ctx->hi += size >> 29; ^~
Arduino board: UNO R3
Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.12
PlatformIO Core version, if you use PlatformIO (found in VS Code tab): INSERT
PLATFORMIO CORE VERSION HERE
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too):
Compile example from
Arduino IDE in File->Examples->Adeon->SIMComGsm.ino