Mr-Markus / ZigbeeNet

A .NET Standard library for working with ZigBee
Eclipse Public License 1.0
131 stars 47 forks source link

Compile error #4

Closed eiaro closed 5 years ago

eiaro commented 5 years ago

ZpiObject.cs(120,26): error CS0246: The type or namespace name 'DEBUG' could not be found (are you missing a using directive or an assembly reference?) [/home/pi/src/ZigbeeNet/src/ZigbeeNet.CCZnp/ZigbeeNet.CC.csproj]

ZpiSREQ.cs(80,24): error CS0246: The type or namespace name 'DEBUG' could not be found (are you missing a using directive or an assembly reference?) [/home/pi/src/ZigbeeNet/src/ZigbeeNet.CCZnp/ZigbeeNet.CC.csproj]

Mr-Markus commented 5 years ago

I saw that this files were not included in my last commit. I wuold fix it and check if there are other files too

Mr-Markus commented 5 years ago

Fixed with commit e31f5e4926f7594f6ead555327523d58dd2ca352

Initial git clone and rebuild succeded