Skip to content

Commit da27446

Browse files
committed
Change internal const LED to DASHLEDS to avoid conflicts
1 parent f2f8b37 commit da27446

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ For previous releases, please refer to <a href="https://github.com/dashio-connec
4444
- Support for Table Control that will soon be released
4545
- Minor efficiency improvements
4646

47-
### 1.2.3 (19 Feb 2025)
47+
### 1.2.3 (8 Mer 2025)
4848

4949
- Code optimisation
50+
- Update const naming to avoid conflicts
5051

5152

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Dashio
2-
version=1.2.2
2+
version=1.2.3
33
author=DashIO Connect <info@dashio.io>
44
maintainer=DashIO Connect <info@dashio.io>
55
sentence=Utility Classes to support libraries for the free Dash IoT app.

src/DashioSerial.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const char MAP[] = "MAP";
5555
const char LOG[] = "LOG";
5656
const char DASH_CLOCK[] = "CLK";
5757
const char ALARM[] = "ALM";
58-
const char LED[] = "LED";
58+
const char DASHLEDS[] = "LED";
5959

6060
class DashSerial {
6161
private:

0 commit comments

Comments
 (0)