micropython icon indicating copy to clipboard operation
micropython copied to clipboard

submodule berkeley-db-1.xx @ fe920af maybe not exist in origin repo

Open ghmole opened this issue 2 years ago • 1 comments

git submodule update failed

ghmole avatar Oct 21 '22 01:10 ghmole

My solution (lv_bindings also):

  1. remove 'lib/berkeley-db-1.xx' module
  2. manually run git clone https://github.com/pfalcon/berkeley-db-1.xx -b embedded and move it to lib/
  3. another potential problem: esp-dl or esp-code-scanner not found manually download files under "esp-who" repo, you will find these files under components/

I built it successfully in this way with idf 4.4

Basicname avatar Jan 19 '23 14:01 Basicname