arduino-pico/libraries/WebServer
Earle F. Philhower, III 2a73651a8c
BREAKING: Remove FS::info64, make FS::info 64-bit (#2335)
Removed FS::info64, and updates FS::info with the 64-bit version since in
2024 it's almost impossible to get a SD card smaller than 4GB.

Most code can simply replace info64 with info and continue operation, if they
were updated to be 64-bit in the first place.
2024-08-16 12:03:12 -07:00
..
examples BREAKING: Remove FS::info64, make FS::info 64-bit (#2335) 2024-08-16 12:03:12 -07:00
src Fix timeout in WebServer::_uploadReadByte and handleClient() (#2290) 2024-07-22 12:21:42 -07:00
keywords.txt Add WebServer, WebServerSecure, HTTPUpdateServer, HTTPUpdateServerSecure (#791) 2022-08-23 15:51:32 -07:00
library.properties Add WebServer, WebServerSecure, HTTPUpdateServer, HTTPUpdateServerSecure (#791) 2022-08-23 15:51:32 -07:00