Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Error: Expected ')' before numeric constant #6247

Copy link
Copy link
Closed
@VOMediola

Description

@VOMediola
Issue body actions

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
Show more project fields

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.