DevKitty-io / USB-Nugget

Run DuckyScript payloads on a USB Nugget!
https://usbnugget.com
MIT License
156 stars 18 forks source link

Add third party submodules #39

Closed brandonpaiz closed 2 years ago

brandonpaiz commented 2 years ago

@AlexLynd as per your suggestion, I looked into git submodules, they're exactly what we needed!. This PR version-locks the code we usually download from GitHub. The two libraries left to version lock are the OLED driver and NeoPixel libraries, though I have a little more faith in those.

brandonpaiz commented 2 years ago

The arduino_cli_install.sh script zips up the sub-modules we use because arduino-cli needs them in zip form to install

brandonpaiz commented 2 years ago

We are rushed; review will be skipped with @AlexLynd's blessing