1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 10:22:31 +02:00

Change defines

This commit is contained in:
norbert-walter
2026-03-20 11:08:02 +01:00
parent 08153cc585
commit f7b1b56715
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// General hardware definitions
// CAN and RS485 bus pin definitions see obp60task.h
#if defined HARDWARE_V20 || HARDWARE_V21
#if defined BOARD_OBP60S3 || defined BOARD_OBP70S3
// Direction pin for RS485 NMEA0183
#define OBP_DIRECTION_PIN 18
// I2C
+1 -1
View File
@@ -58,7 +58,7 @@ void initKeys(CommonData &commonData) {
commonData.keydata[5].h = height;
}
#if defined HARDWARE_V20 || HARDWARE_V21
#ifdef BOARD_OBP60S3
// Keypad functions for original OBP60 hardware
int readKeypad(GwLog* logger, uint thSensitivity, bool use_syspage) {