From 1c174dc4c035b0be1fbf33c10f52d76d94568dbe Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 18 Jan 2024 15:23:17 +0100 Subject: [PATCH 1/2] add repo for obp60 to webinstall --- webinstall/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webinstall/config.php b/webinstall/config.php index 2a7485b..dddc4d3 100644 --- a/webinstall/config.php +++ b/webinstall/config.php @@ -1,7 +1,7 @@ array('wellenvogel'), - 'repo'=> array('esp32-nmea2000') + 'user'=> array('wellenvogel','norbert-walter'), + 'repo'=> array('esp32-nmea2000','esp32-nmea2000-obp60') ); From e7d54e250e670dce8a724f2042e579fcb4a6882d Mon Sep 17 00:00:00 2001 From: norbert-walter Date: Tue, 23 Jan 2024 16:49:57 +0100 Subject: [PATCH 2/2] Delete RGB LED in pins_arduino.h --- lib/obp60task/OBP60Hardware.h | 2 +- variants/obp60s3/pins_arduino.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/obp60task/OBP60Hardware.h b/lib/obp60task/OBP60Hardware.h index 179af3d..6782546 100644 --- a/lib/obp60task/OBP60Hardware.h +++ b/lib/obp60task/OBP60Hardware.h @@ -72,6 +72,6 @@ #define NUM_BACKLIGHT_LED 6 // Numebr of Backlight LEDs #define OBP_BACKLIGHT_LED 15 // GPIO port // Power Rail - #define OBP_POWER_50 5 + #define OBP_POWER_50 5 // 5.0V power rail diff --git a/variants/obp60s3/pins_arduino.h b/variants/obp60s3/pins_arduino.h index b2eaa0d..36efbc0 100644 --- a/variants/obp60s3/pins_arduino.h +++ b/variants/obp60s3/pins_arduino.h @@ -12,11 +12,13 @@ #define NUM_ANALOG_INPUTS 20 // Multi Function Display OBP60 V2.0 +/* static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT+48; #define BUILTIN_LED LED_BUILTIN // backward compatibility #define LED_BUILTIN LED_BUILTIN #define RGB_BUILTIN LED_BUILTIN #define RGB_BRIGHTNESS 64 +*/ #define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1) #define digitalPinToInterrupt(p) (((p)<48)?(p):-1)