SpacehuhnTech / WiFiDuck

Wireless keystroke injection attack platform
http://wifiduck.com
MIT License
2.03k stars 353 forks source link

FileStorage library invoked from serial_bridge.cpp not working with Arduino Pro Micro #118

Closed mkotek closed 1 year ago

mkotek commented 1 year ago

Is there an existing issue for this?

Describe your problem

I have been trying to upload the current version sketch to my Arduiono Pro Micro board. It seems, the FileStorage library is not compatible with AVR boards and does not compile after additions to support Malduino W

Steps to reproduce

  1. Open atmega_duck.ino
  2. Set the required parameters (by the way, the serial port pins setup is missing from the writeup and needs to be enabled by modyfing config.h and uncommenting the definitons there).
  3. Try to upload the sketch.
  4. Receive error about FileStorage.h not found.
  5. Fail to uplaod the file.

What hardware are you using?

DIY-built Arduino Pro Micro clone + Wemos D1 Mini

Anything else?

Moving back to the previous version of serial_bridge.cpp, the one not using FileStorage library allowed the upload to complete.

welcome[bot] commented 1 year ago

Thanks for opening your first issue here! 🎉
👉 Be sure to:
1. 📖 Have a look at the Wiki and README for information
2. 🔍 Search for similar issues (open and closed)
3. ✍ī¸ Provide enough information to understand, recreate and help out with your problem
4. ℹī¸ Let us know if you find a solution
5. 📕 Close the issue when your problem has been solved

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.