You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @csnol
Is this library compatible for all stm32f103xxt6 controllers or only C8 & CB?
I want to implement FOTA using stm32f103RET6 with esp32 Is that possible with this Library. please suggest me how to implement my application?
The text was updated successfully, but these errors were encountered:
Below chips be tested. I think the library conpatible for all STM32F0xx and STM32F1xx series and STM32F401.
maybe incloude all STM32 chips, You know I can't test all.
//String STM32_CHIPNAME[8] = {
// "Unknown Chip",
// "STM32F03xx4/6",
// "STM32F030x8/05x",
// "STM32F030xC",
// "STM32F103x4/6",
// "STM32F103x8/B",
// "STM32F103xC/D/E",
// "STM32F105/107"
//};
Hello @csnol
Is this library compatible for all stm32f103xxt6 controllers or only C8 & CB?
I want to implement FOTA using stm32f103RET6 with esp32 Is that possible with this Library. please suggest me how to implement my application?
The text was updated successfully, but these errors were encountered: