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.That 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 codebut 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.uart_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?