TFTP
Update mocs, header and fix an error
This commit is contained in:
@@ -144,7 +144,7 @@ void tftp_close(void* handle) {
|
||||
if (handle == &virt_file[1]) {
|
||||
// TODO: waiting on pr of tim to merge so we can use the bmp lcd function
|
||||
lcd_clear(LCD_COLOR_BLACK);
|
||||
lcd_display_text("show me what you got virtImage.raw", 0, 0, LCD_COLOR_BLACK, LCD_COLOR_WHITE, LCD_FONT16);
|
||||
lcd_display_text((uint8_t*)"show me what you got virtImage.raw", 0, 0, LCD_COLOR_BLACK, LCD_COLOR_WHITE, LCD_FONT16);
|
||||
}
|
||||
|
||||
if (handle == &virt_file[2]) {
|
||||
|
||||
Reference in New Issue
Block a user