Skip to content

Commit

Permalink
Update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Dec 1, 2024
1 parent a02e810 commit c55ed6e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- [x] Add breathing animation
- [x] Add rainbow breathing
- [ ] Add magenta blinking
- [ ] Increase all 512 json docs to 1024 in prep for OpenRFID standard
- [ ] Increase all 512 json docs to 1024 in prep for OpenTag standard
- [ ] MQTT reboots afeter x minutes if not connected
- [x] Add esp32-s3 support to manifest.json
Expand Down Expand Up @@ -48,7 +48,14 @@
# Features
- [ ] Add nominal diameter to protocol
- [ ] Add 'weight' data to nfc tag
- [ ] Read bambu tags
- [ ] Read creality tags
- [ ] Support simultanious RFID tags on pn532
- [ ] Support simultanious RFID tags on pn532
# Misc
- [ ] Enable status LED on s3 boards when mqtt connected
- [ ] Bambu support
- [ ] Octoprint support
- [ ] Klipper support
1 change: 1 addition & 0 deletions firmware/conf.d/mqtt_bambu_lan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ mqtt:
- logger.log:
level: info
format: "Disconnected from printer!"
#TODO: enable status led on s2, set neopixel blue on s3

# text_sensor:
# - platform: mqtt_subscribe
Expand Down
1 change: 0 additions & 1 deletion firmware/lolin_s3_mini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ substitutions:
rfid0_ss_pin: GPIO34
neopixel_pin: '47'


packages:
openspool-mini: !include openspool-mini.yaml
led-internal: !include conf.d/led-internal.yaml

0 comments on commit c55ed6e

Please sign in to comment.