first murmurs of ethernet support

This commit is contained in:
Thomas Göttgens
2022-10-22 16:29:50 +02:00
parent 564feadc0d
commit f3fee5f4fb
11 changed files with 102 additions and 23 deletions

View File

@@ -226,6 +226,8 @@ static const uint8_t SCK = PIN_SPI_SCK;
#define HAS_RTC 1
#define HAS_ETHERNET 1
#ifdef __cplusplus
}
#endif