Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/electro/avr-projects/src/branch/master/devel/lcdsnake You should set ROOT_URL correctly, otherwise the web may not work correctly.
Some old AVR projects
 
 
 
 
 
 
avr-projects/devel/lcdsnake
Ondřej Hruška 033273b9d1 added devel folder.. 10 years ago
..
Makefile added devel folder.. 10 years ago
README.md added devel folder.. 10 years ago
debo_config.h added devel folder.. 10 years ago
lcd_config.h added devel folder.. 10 years ago
lib added devel folder.. 10 years ago
main.c added devel folder.. 10 years ago

README.md

Snake for HD44780

This is a Snake game (known from old Nokia phones) played on a character display with HD44780.

Program tested on Arduino Pro Mini (flashed with avrdude using the Makefile).

Connections are #defined in main.c, board size and snake speed can also be adjusted. No external parts except the display and buttons required.

Best works with a gamepad, but any buttons will work.