Search found 1 match
- Tue Mar 30, 2021 1:45 am
- Forum: ESP32 Arduino
- Topic: Code no work on esp
- Replies: 1
- Views: 1730
Code no work on esp
Sorry, maybe someone has a solution, I have a problem with converting strings to char aray void stringTochar (String text) { char * tx = text.c_str (); } If compiled on board uno / nano / promini it can work, but if on board esp8266 / esp32 an error appears. What's the difference between c ++ Arduin...