Browse Source
Disable CSE7766 by default
CSE7766 was left probably by mistake enabled by default. This caused garbage in the serial while monitoring.
rfm69
Oscar Rovira
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
code/espurna/config/sensors.h
|
@ -243,7 +243,7 @@ |
|
|
//------------------------------------------------------------------------------ |
|
|
//------------------------------------------------------------------------------ |
|
|
|
|
|
|
|
|
#ifndef CSE7766_SUPPORT |
|
|
#ifndef CSE7766_SUPPORT |
|
|
#define CSE7766_SUPPORT 1 |
|
|
|
|
|
|
|
|
#define CSE7766_SUPPORT 0 |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#ifndef CSE7766_PIN |
|
|
#ifndef CSE7766_PIN |
|
|