MKS WiFi for TFT_LVGL_UI (#20191)

This commit is contained in:
MKS-Sean
2021-01-14 12:41:09 +08:00
committed by Scott Lahteine
parent 62d20c8b37
commit a3d6442d02
36 changed files with 1854 additions and 1110 deletions

View File

@@ -89,8 +89,9 @@ class WifiSerial {
int wifi_rb_is_full(void);
private:
struct usart_dev *usart_device;
private:
uint8 tx_pin;
uint8 rx_pin;
};