Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/electro/ufb/blame/commit/14c9ca1971136bb630f1fa898b4441472bb1739f/framebuffer_config.h You should set ROOT_URL correctly, otherwise the web may not work correctly.
Tiny framebuffer for SSD1306 and similar displays.
ufb/framebuffer_config.h

9 lines
148 B

3 years ago
#ifndef FRAMEBUFFER_CONFIG_H
#define FRAMEBUFFER_CONFIG_H
/* Tiny framebuffer */
3 years ago
#define FBW 140
#define FBH 40
3 years ago
#endif /* FRAMEBUFFER_CONFIG_H */