Skip to content

Commit 362668a

Browse files
committed
Change Microcontroller for Board in the system info page
Signed-off-by: Samuel Cabrero <[email protected]>
1 parent 70a1c50 commit 362668a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-modbus-rtu-tcp-gateway/05-pages.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ void contentInfo(ChunkedPrint &chunked) {
193193
chunked.print(F("."));
194194
chunked.print(VERSION[1]);
195195
tagDivClose(chunked);
196-
tagLabelDiv(chunked, F("Microcontroller"));
196+
tagLabelDiv(chunked, F("Board"));
197197
chunked.print(BOARD);
198198
tagDivClose(chunked);
199199
tagLabelDiv(chunked, F("EEPROM Health"));

0 commit comments

Comments
 (0)