Skip to content

Commit 26647fd

Browse files
committed
deprecationWarning: in publishEspTouchValues() changed boolean to bool
1 parent 7c94182 commit 26647fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ESP32/EspTouch/EspTouch.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ unsigned long long getEpochMillis() {
8282
}
8383

8484
// function to publish esp touch value to esp touch stream
85-
boolean publishEspTouchValues() {
85+
bool publishEspTouchValues() {
8686
static int sequence = 0;
8787
unsigned long long milliseconds = 0;
8888

0 commit comments

Comments
 (0)