spacehuhn / ArduinoPcap

A library for creating and sending .pcap files for Wireshark and other programms.
MIT License
431 stars 90 forks source link

'Sd Fat Not declared' #12

Open Thman558 opened 4 years ago

Thman558 commented 4 years ago

In function 'void sniffer(uint8_t*, uint16_t)': esp8266_pcap_serial:39:28: error: 'now' was not declared in this scope uint32_t timestamp = now(); //current timestamp ^ exit status 1 'SdFat' has not been declared

CsomagoltWifi commented 2 years ago

"If you don't use an ESP32, you will need the SdFat library." Have you install it correctly?

0rbianta commented 6 months ago

It only works with SdFat v2.0.1