Browse Source
Merge pull request #771 from krosk93/patch-1
Disable CSE7766 by default
rfm69
Xose Pérez
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 |
|
|
|
#define CSE7766_SUPPORT 1 |
|
|
|
#define CSE7766_SUPPORT 0 |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef CSE7766_PIN |
|
|
|