Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
someweisguy committed Aug 19, 2022
1 parent 3ba7e69 commit 10fba9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esp_dmx",
"version": "2.0.1",
"version": "2.0.2",
"description": "Transmit and receive DMX using an ESP32. This library allows for transmitting and receiving ANSI-ESTA E1.11 DMX-512A using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read or write synchronously or asynchronously from the DMX bus using whichever hardware UART port that is desired. This library also includes tools for data error-checking to safely process DMX commands as well as DMX packet metadata extraction to assist with troubleshooting DMX errors.",
"keywords": "esp32, espressif32, DMX, DMX512, DMX512-A, lighting, theater, theatre, espdmx, esp dmx",
"repository":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=esp_dmx
version=2.0.1
version=2.0.2
author=Mitch Weisbrod <mitch@theweisbrods.com>
maintainer=Mitch Weisbrod <mitch@theweisbrods.com>
sentence=Transmit and receive DMX using an ESP32.
Expand Down

0 comments on commit 10fba9d

Please sign in to comment.