https://github.com/beuluis/thermalmqttasticprinter
The counter part to my ThermalMqttastic npm library
https://github.com/beuluis/thermalmqttasticprinter
adafruit arduino-library esp32-arduino esp8266-arduino mqtt platformio thermal-printer
Last synced: about 1 month ago
JSON representation
The counter part to my ThermalMqttastic npm library
- Host: GitHub
- URL: https://github.com/beuluis/thermalmqttasticprinter
- Owner: beuluis
- Created: 2023-07-04T15:54:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T20:12:05.000Z (7 months ago)
- Last Synced: 2025-06-25T10:49:27.066Z (3 months ago)
- Topics: adafruit, arduino-library, esp32-arduino, esp8266-arduino, mqtt, platformio, thermal-printer
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
ThermalMqttasticPrinter
The counter part to the MqttasticAdapter of my Thermaltastic npm library. Please reefer to those docs.
·
Report Bug
·
Request Feature
·
## Installation
```bash
pio lib beuluis/ThermalMqttasticPrinter
```## Usage
See the [examples](https://github.com/beuluis/ThermalMqttasticPrinter/tree/main/examples) directory.
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## Contact
Luis Beu - me@luisbeu.de
[contributors-shield]: https://img.shields.io/github/contributors/beuluis/ThermalMqttasticPrinter.svg?style=flat-square
[contributors-url]: https://github.com/beuluis/ThermalMqttasticPrinter/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/beuluis/ThermalMqttasticPrinter.svg?style=flat-square
[forks-url]: https://github.com/beuluis/ThermalMqttasticPrinter/network/members
[stars-shield]: https://img.shields.io/github/stars/beuluis/ThermalMqttasticPrinter.svg?style=flat-square
[stars-url]: https://github.com/beuluis/ThermalMqttasticPrinter/stargazers
[issues-shield]: https://img.shields.io/github/issues/beuluis/ThermalMqttasticPrinter.svg?style=flat-square
[issues-url]: https://github.com/beuluis/ThermalMqttasticPrinter/issues
[license-shield]: https://img.shields.io/github/license/beuluis/ThermalMqttasticPrinter.svg?style=flat-square