-
Notifications
You must be signed in to change notification settings - Fork 58
Error: Expected ')' before numeric constant (1.2.0.28) #169
Comments
We are investigating this issue. Could you provide some sample code or repo steps for the compiling issue? |
I'm using the example SensorStatus.
|
This is caused by the name conflict in source code. To solve this, please modify: \libraries\WiFi\src\AZ3166WiFiUdp.cpp line 156: We will include this fix into our next release. |
It works, thank you! |
Up to you to close the ticket when the patch is included and delivered in a new release. |
This has been fixed and include in the 1.2.1 release |
Uh oh!
There was an error while loading. Please reload this page.
When using a standard building tool, the code at lines
98
and100
of header file~/Library/Arduino15/packages/AZ3166/hardware/stm32f4/1.2.0/system/emw10xx-driver/mico/net/LwIP/lwip-ver1.4.0.rc1/src/include/ipv4/lwip/ip_addr.h
on DevKit release 1.2.0.28:throws the errors
Commenting the two lines
98
and100
on header file~/Library/Arduino15/packages/AZ3166/hardware/stm32f4/1.2.0/system/emw10xx-driver/mico/net/LwIP/lwip-ver1.4.0.rc1/src/include/ipv4/lwip/ip_addr.h
solves the issue.The text was updated successfully, but these errors were encountered: