HAL for Espressif ESP32 Wifi
This commit is contained in:
committed by
Scott Lahteine
parent
091f742432
commit
e2aeda61ed
@@ -17,6 +17,8 @@
|
||||
#define HAL_PLATFORM HAL_STM32F4
|
||||
#elif defined(STM32F7)
|
||||
#define HAL_PLATFORM HAL_STM32F7
|
||||
#elif defined(ARDUINO_ARCH_ESP32)
|
||||
#define HAL_PLATFORM HAL_ESP32
|
||||
#else
|
||||
#error "Unsupported Platform!"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user