String

    [Arudino]WiFi.localIP() to char

    https://forum.arduino.cc/t/converting-message-types-from-one-kind-to-another/574574/3 Converting message types from one kind to another. WiFi.localIP() I guess that returns a String. So, use the c_str() method. forum.arduino.cc 요약: WiFi.localIP()는 리턴 형식이 IPAddress, toString 메소드를 이용하여 String 형식으로 바꿔준 후 c_str을 사용해 char로 바꿔줘야함.. 자세한 내용은 추후 추가