Add maximum product information string lengths to comments

This commit is contained in:
Matti Airas 2021-04-01 16:12:49 +03:00
parent 0374a77159
commit 3bf50f9099

View File

@ -72,11 +72,11 @@ ReactESP app([]() {
// Set Product information // Set Product information
nmea2000->SetProductInformation( nmea2000->SetProductInformation(
"20210331", // Manufacturer's Model serial code "20210331", // Manufacturer's Model serial code (max 32 chars)
103, // Manufacturer's product code 103, // Manufacturer's product code
"SH-ESP32 NMEA 2000 USB GW", // Manufacturer's Model ID "SH-ESP32 NMEA 2000 USB GW", // Manufacturer's Model ID (max 33 chars)
"0.1.0.0 (2021-03-31)", // Manufacturer's Software version code "0.1.0.0 (2021-03-31)", // Manufacturer's Software version code (max 40 chars)
"0.0.3.1 (2021-03-07)" // Manufacturer's Model version "0.0.3.1 (2021-03-07)" // Manufacturer's Model version (max 24 chars)
); );
// Set device information // Set device information
nmea2000->SetDeviceInformation( nmea2000->SetDeviceInformation(