Romeo ESP32-S3 can't connect
I got a Romeo ESP-32S3 (SKU: DFR0994), and the motor code works fine. However, when it comes to the example webserver code, I can't get it to work.
I've installed the prerequistite libraries, changed the SSID and password to my network, and on the serial monitor it says
AP IP address: 192.168.4.1
HTTP server started
PSRAM initialized. malloc to take memory from psram above this sizeESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x15 (USB_UART_CHIP_RESET),boot:0xb (SPI_FAST_FLASH_BOOT)
Saved PC:0x420ad872
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x44c
load:0x403c9700,len:0xbd8
load:0x403cc700,len:0x2a80
entry 0x403c98d0
E (219) esp_core_dump_flash: Core dump data check failed:
Calculated checksum='a2aebf9c'
Image checksum='ffffffff'
AP IP address: 192.168.4.1
HTTP server started
PSRAM initialized. malloc to take memory from psram above this size
which to me, other than the core dump failure, seems to say it's operational, connected, and running. However, it doesn't show up in my router's list of connected devices and attempts at connecting or pinging it all time out. What am I doing wrong?