Hi,
I have set static ip but esp32 is not in showing in AP( Router or hotspot) or hostname showing as unknown.
any guess? why?
Hi,
Ok. Thanks.ESP_Sprite wrote: ↑Tue Feb 11, 2020 12:23 pmThat is not a log, that is a crash dump. 'Easiest' way to get rid of this is to make sure there are no errors in your code but you can also change if this is printed out in menuconfig: iirc components -> esp-32-specific -> panic handler behaviour -> set to 'silent reboot'.
you can use char also.NIghthunter101 wrote: ↑Thu Feb 06, 2020 5:22 amuart_write_bytes needs a char not uint8_t. Is there a different function I should be using or do I have to make something new?