Skip to content

Conversation

@satyanvesi
Copy link
Contributor

This is a little fix if you are using stm32 https://github.com/rogerclarkmelbourne/Arduino_STM32 library.

@xreef
Copy link
Owner

xreef commented Sep 19, 2022

Hi @satyanvesi,
for that board, manager isn't sufficient
!defined(ARDUINO_ARCH_STM32)
if we add
!defined(__STM32F1__)
we must add add
!defined(__STM32F4__)
and similar?

Thanks Renzo

@satyanvesi
Copy link
Contributor Author

but i tested without !defined(__STM32F1__) it didnt compile the sketch and yes we add !defined(__STM32F4__) and similar.

@xreef xreef merged commit 970e4f5 into xreef:master Sep 19, 2022
xreef added a commit that referenced this pull request Sep 19, 2022
xreef added a commit that referenced this pull request Sep 19, 2022
xreef added a commit to xreef/EByte_LoRa_E22_Series_Library that referenced this pull request Sep 19, 2022
xreef added a commit to xreef/EByte_LoRa_E220_Series_Library that referenced this pull request Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants