Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
4e35e6c7
Commit
4e35e6c7
authored
5 years ago
by
felixstorm
Committed by
Scott Lahteine
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix SS pin in ESP32 HW SPI (#13781)
parent
4a48b70c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Marlin/src/HAL/HAL_ESP32/spi_pins.h
+1
-1
1 addition, 1 deletion
Marlin/src/HAL/HAL_ESP32/spi_pins.h
Marlin/src/pins/pins_ESP32.h
+3
-0
3 additions, 0 deletions
Marlin/src/pins/pins_ESP32.h
with
4 additions
and
1 deletion
Marlin/src/HAL/HAL_ESP32/spi_pins.h
+
1
−
1
View file @
4e35e6c7
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
*/
*/
#pragma once
#pragma once
#define SS_PIN
5
#define SS_PIN
SDSS
#define SCK_PIN 18
#define SCK_PIN 18
#define MISO_PIN 19
#define MISO_PIN 19
#define MOSI_PIN 23
#define MOSI_PIN 23
This diff is collapsed.
Click to expand it.
Marlin/src/pins/pins_ESP32.h
+
3
−
0
View file @
4e35e6c7
...
@@ -72,3 +72,6 @@
...
@@ -72,3 +72,6 @@
#define HEATER_0_PIN 2
#define HEATER_0_PIN 2
#define FAN_PIN 13
#define FAN_PIN 13
#define HEATER_BED_PIN 4
#define HEATER_BED_PIN 4
// SPI
#define SDSS 5
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment