Skip to content

Error: Expected ')' before numeric constant #6247

Closed
@VOMediola

Description

@VOMediola

Board

esp32

Device Description

n/a

Hardware Configuration

n/a

Version

latest master

IDE Name

esp-idf v4.4

Operating System

linux

Flash frequency

40

PSRAM enabled

no

Upload speed

115200

Description

I have the same issue as described here microsoft/azure-iot-developer-kit#169 when trying to use Arduino core in https://github.com/project-chip/connectedhomeip/.

Solution is the same - replace
const IPAddress INADDR_NONE(0,0,0,0);
with
const IPAddress IP_ADDR_NONE(0,0,0,0);

in cores\arduino\IPAddress.h

Sketch

..

Debug Message

..

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions