Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
4b08182c
Unverified
Commit
4b08182c
authored
Jul 06, 2022
by
Rodrigo Garcia
Committed by
GitHub
Jul 06, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes wrong #define for BUTTON (#6941)
parent
fcd4799c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
variants/adafruit_feather_esp32_v2/pins_arduino.h
variants/adafruit_feather_esp32_v2/pins_arduino.h
+1
-1
No files found.
variants/adafruit_feather_esp32_v2/pins_arduino.h
View file @
4b08182c
...
...
@@ -48,7 +48,7 @@ static const uint8_t A13 = 35;
#define BATT_MONITOR 35
// internal switch
#define BUTTON
= 38;
#define BUTTON
38
// Neopixel
#define PIN_NEOPIXEL 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment