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.