Merge pull request #2 from crs-k/waveshare-352-support

Waveshare 352 support
This commit is contained in:
Chris Kerins
2024-02-05 10:38:39 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@ -64,5 +64,5 @@ pwnagotchi: $(SDIST) builder/pwnagotchi.json.pkr.hcl builder/raspberrypi64.yml $
image: pwnagotchi image: pwnagotchi
clean: clean:
- rm -rf build dist pwnagotchi.egg-info - rm -rf dist pwnagotchi.egg-info
- rm -f $(PACKER) - rm -f $(PACKER)

View File

@ -2,10 +2,10 @@
# https://github.com/mkaczanowski/packer-builder-arm/pull/172 # https://github.com/mkaczanowski/packer-builder-arm/pull/172
packer { packer {
required_plugins { required_plugins {
#arm = { arm = {
# version = "~> 1" version = "~> 1"
# source = "github.com/cdecoux/builder-arm" source = "github.com/cdecoux/packer-plugin-builder-arm"
#} }
ansible = { ansible = {
source = "github.com/hashicorp/ansible" source = "github.com/hashicorp/ansible"
version = "~> 1" version = "~> 1"