Skip to content

Commit db01628

Browse files
committed
Added support for AMS via NFC-hold; requires 4 LEDs
1 parent b284782 commit db01628

File tree

3 files changed

+408
-2
lines changed

3 files changed

+408
-2
lines changed

firmware/common.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ packages:
132132
mqtt_bambu_lan: !include conf.d/mqtt_bambu_lan.yaml
133133
filament: !include conf.d/filament.yaml
134134
bambu_printer: !include conf.d/bambu_printer.yaml
135-
pn532_rfid-solo: !include conf.d/pn532_rfid-solo.yaml
135+
pn532_rfid-solo: !include conf.d/pn532_rfid-solo.yaml # Comment if using an AMS with 4 LEDs; make sure you uncomment below also
136+
# pn532_rfid-ams-external: !include conf.d/pn532_rfid-ams-external.yaml # Uncomment if using an AMS with 4 LEDs; make sure you comment above also
136137
automation: !include conf.d/automation.yaml
137138
ota: !include conf.d/ota.yaml
138139
#update: !include conf.d/update.yaml

firmware/conf.d/led-external_rp2040.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
substitutions:
3-
led_count: '9'
3+
led_count: '4'
44
light:
55
- platform: rp2040_pio_led_strip
66
name: LEDs

0 commit comments

Comments
 (0)