1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00

add DMS22B to build service

This commit is contained in:
andreas
2024-03-03 20:52:10 +01:00
parent ebf0824d5e
commit a87546bfdf
4 changed files with 122 additions and 33 deletions

View File

@@ -136,6 +136,6 @@ class SSISensor : public SensorBase<BusType>{
};
using SpiSensorList=SensorList<BusType>;
#define GWSPI0_HOST SPI2_HOST
#define GWSPI1_HOST SPI3_HOST
#define GWSPI1_HOST SPI2_HOST
#define GWSPI2_HOST SPI3_HOST
#endif