-
Notifications
You must be signed in to change notification settings - Fork 7.7k
-
When I used version 1.0.5 for Arduino IDE, the IPAddress was highlighted, but when I upgraded to version 2.0.3, the IPAddress stopped highlighting. Is that how it should be?
Before update:
image
After update:
image
UPD:
I added the IPAddress KEYWORD1
line to the Datatypes section in AppData\Local\Arduino15\packages\esp32\hardware\esp322円.0.3\libraries\WiFi\keywords.txt
file and it worked, please fix it.
3234
Beta Was this translation helpful? Give feedback.
All reactions
IPAddress is part of official Arduino API (and supported in the IDE). Why it's not colored anymore is unknown. We surely did not change anything to cause it.
Replies: 1 comment 2 replies
-
IPAddress is part of official Arduino API (and supported in the IDE). Why it's not colored anymore is unknown. We surely did not change anything to cause it.
Beta Was this translation helpful? Give feedback.
All reactions
-
Could you tell me if you have highlight in version 2.0.3?
Beta Was this translation helpful? Give feedback.
All reactions
-
When I select another board package (eg ESP8266), the highlight works.
Beta Was this translation helpful? Give feedback.