ayushsharma82 / WebSerial

A remote terminal library for wireless microcontrollers to log, monitor or debug your firmware/product
https://webserial.pro
GNU Affero General Public License v3.0
461 stars 107 forks source link

Local IP not printing #55

Closed HARIS4820 closed 1 year ago

HARIS4820 commented 1 year ago

WebSerial.println(WiFi.localIP());

i am trying to print local ip in webserial but it result 314747072

in serial moniter printing localip correctly 192.168.194.18

i dont know whats the issue

jksemple commented 1 year ago

My pull request #57 fixes this issue.

HARIS4820 commented 1 year ago

Thank you for your contribution