Hi I faced an error from my ESP32 board
WARNING: library LiquidCrystal_I2C claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
Sketch uses 256705 bytes (19%) of program storage space. Maximum is 1310720 bytes.
Global variables use 16728 bytes (5%) of dynamic memory, leaving 310952 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.2.1
Serial port COM7
Connecting.......
Chip is ESP32-D0WD-V3 (revision 3)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: e0:e2:e6:ac:94:28
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Erasing flash (this may take a while)...
Chip erase completed successfully in 0.0s
Compressed 18912 bytes to 13025...
Writing at 0x00001000... (100 %)
Wrote 18912 bytes (13025 compressed) at 0x00001000 in 1.2 seconds (effective 124.1 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 128...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.0 seconds (effective 578.0 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 1760.4 kbit/s)...
Hash of data verified.
Compressed 257088 bytes to 142706...
Writing at 0x00010000... (11 %)
Writing at 0x0001caf2... (22 %)
Writing at 0x00024b47... (33 %)
Writing at 0x00029f11... (44 %)
Writing at 0x0002f450... (55 %)
Writing at 0x000356a7... (66 %)
Writing at 0x0003fcbf... (77 %)
Writing at 0x000455db... (88 %)
Writing at 0x0004ab75... (100 %)
Wrote 257088 bytes (142706 compressed) at 0x00010000 in 12.8 seconds (effective 160.8 kbit/s)...
File md5: 95c56171827b50648b30eee12038cb0b
Flash md5: c76209b933434047c52eae62737cb68c
MD5 of 0xFF is 5a4c20fe25127889258ed6edfebfd6c3
A fatal error occurred: MD5 of file does not match data in flash!
A fatal error occurred: MD5 of file does not match data in flash!
Can someone help me on this