mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 18:05:05 +01:00
15 lines
522 B
Markdown
15 lines
522 B
Markdown
# Illumination-Cat
|
|
This is the brain of the the almighty Illumination-Cat.
|
|
|
|
## OTA
|
|
pio run -e build && \
|
|
curl -v -F file=@.pioenvs/build/firmware.bin http://illucat.lan/update && \
|
|
curl -X POST http://illucat.lan/restart
|
|
|
|
## Resources & Documentation
|
|
[3D Model](https://www.thingiverse.com/thing:2974862)
|
|
[Installation](https://gitlab.com/0x1d/illucat/blob/master/installation.md)
|
|
[API](https://gitlab.com/0x1d/illucat/blob/master/api.md)
|
|
[OctoPrint Stuff](https://github.com/FrYakaTKoP/simple-octo-ws2812)
|
|
|