79697421

Date: 2025-07-10 17:41:09
Score: 3
Natty:
Report link

Just add the folowing

And Change the SD to SDFS. then it will work

#include "sdfs.h"

server.on("/getdata", HTTP_GET, [](AsyncWebServerRequest *request){
request->send(SDFS, "/subj1_1.txt", "text/plain");
});

A example you can find at the folowing location https://github.com/EmileSpecialProducts/portable-Async-disk-drive

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Emile