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
Followed the instructions for the esp32 port of bacnet-stack. There are a few issues it seems:
The list of .c files to copy over from src does not contain all the files listed.
Compile error in VS Code using Platform IO: src\device.c:374:14: error: static declaration of 'BACnet_Version' follows non-static declaration
Even with #define BITS-H there are warnings for all the BITx definitions in bits.h
As the esp32 port has been unchanged for 2 years it seems, it seems a bit behind. If anyone has been able to compile and run this bacnet-port on esp32 kindly share any steps you may have followed.
Thank you.
The text was updated successfully, but these errors were encountered:
Followed the instructions for the esp32 port of bacnet-stack. There are a few issues it seems:
As the esp32 port has been unchanged for 2 years it seems, it seems a bit behind. If anyone has been able to compile and run this bacnet-port on esp32 kindly share any steps you may have followed.
Thank you.
The text was updated successfully, but these errors were encountered: