Browse Source

hw: disable uart for maxcio_wde004

pull/2575/head
Maxim Prokhorov 1 year ago
parent
commit
fbd4a9c1be
2 changed files with 5 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +4
    -1
      code/espurna/config/hardware.h

+ 1
- 1
CHANGELOG.md View File

@ -5,7 +5,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Pending changes
*...*
- Disable UART for `MAXCIO_WDE004` ([#2573](https://github.com/xoseperez/espurna/issues/2573))
## [1.15.0-dev] Snapshot build 2023-01-12


+ 4
- 1
code/espurna/config/hardware.h View File

@ -2465,6 +2465,9 @@
#define LED1_PIN 13
#define LED1_PIN_INVERSE 1
// Disable UART because of BUTTON1_PIN
#define UART_SUPPORT 0
// -----------------------------------------------------------------------------
// Maxcio W-UK007S
// Like this: https://www.amazon.co.uk/Maxcio-Monitoring-Function-Compatible-Required/dp/B07BWFB55Q/ref=pd_rhf_se_p_img_2?_encoding=UTF8&psc=1&refRID=4H63A43SKHV8WV54XH19
@ -2878,7 +2881,7 @@
#define DEVICE "44EU_W"
// Disable UART noise since this board uses GPIO1 and GPIO3
#define UART_SUPPORT 0
#define UART_SUPPORT 0
// Buttons
#define BUTTON1_PIN 3


Loading…
Cancel
Save