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로 바꿔줘야함..
자세한 내용은 추후 추가
'1&2학년 > [2022 03 ~ 09] IoT Project' 카테고리의 다른 글
결과 (0) | 2022.12.27 |
---|---|
[C언어(arduino)] 문자열 반환하는 함수 (0) | 2022.08.25 |
[Arduino vscode] 헤더파일 (0) | 2022.08.22 |
[Vscode]Output path is not specified. Unable to reuse previously compiled files. Build will be slower. See README. (0) | 2022.08.08 |
MQTT api document (0) | 2022.08.08 |