Releases: arduino-libraries/WiFi101
Releases · arduino-libraries/WiFi101
0.16.1
Changelog
- Replace boolean type with bool in examples (#232)
- Removed DHE SSL ciphers to fix issue (#270)
- Use
__AVR__
define to make the library compilable for ArduinoCore-megaavr
(#295)
- Disable
<avr/pgmspace.h>
when not compiling for an AVR based board (#297)