mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
fix: update year of the copyright
This commit is contained in:
parent
1b62741a3d
commit
681272c253
2
ui.c
2
ui.c
|
|
@ -403,7 +403,7 @@ show_version(void)
|
|||
ili9341_drawstring_size(BOARD_NAME, x, y, 4);
|
||||
y += 25;
|
||||
|
||||
ili9341_drawstring("2016-2019 Copyright @edy555", x, y += 10);
|
||||
ili9341_drawstring("2016-2020 Copyright @edy555", x, y += 10);
|
||||
ili9341_drawstring("Licensed under GPL. See: https://github.com/ttrftech/NanoVNA", x, y += 10);
|
||||
ili9341_drawstring("Version: " VERSION, x, y += 10);
|
||||
ili9341_drawstring("Build Time: " __DATE__ " - " __TIME__, x, y += 10);
|
||||
|
|
|
|||
Loading…
Reference in a new issue