MaJerle / lwesp

Lightweight and versatile AT parser library for ESP8266 and ESP32 devices.
https://majerle.eu/projects/lwesp-lightweight-esp-at-parser-library-for-embedded-systems
MIT License
447 stars 138 forks source link

Broke lwesp_ll_stm32.c driver for f4 and f7 MCUs #135

Closed tommasoclini closed 1 year ago

tommasoclini commented 1 year ago

In commit 290280d, line 220 of lwesp_ll_stm32.c was changed, this broke the driver for f4 and f7 MCUs. This change was probably done to support h7 MCUs.

MaJerle commented 1 year ago

https://github.com/MaJerle/lwesp/commit/b3c07d8161780492c087c78df0bd4da2af87ada5

tommasoclini commented 1 year ago

Perfect, thanks