Skip to content

Commit

Permalink
change esp01 default pin number
Browse files Browse the repository at this point in the history
  • Loading branch information
remocons committed May 26, 2024
1 parent 448770e commit ba4ffff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/esp01_channel_txrx/esp01_channel_txrx.ino
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#include <IOSignal.h>
#include <Bounce2.h>

#define LED_PIN 1 // esp01 built-in LED
#define BUTTON_PIN 3 // Rx , external button
#define LED_PIN 1
#define BUTTON_PIN 2

WiFiClient client;
IOSignal io;
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=IOSignal
version=3.2.1
version=3.2.2
author=Lee Dongeun <[email protected]>
maintainer=Lee Dongeun <[email protected]>
sentence=IOSignal Arduino Client.
Expand Down

0 comments on commit ba4ffff

Please sign in to comment.