File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ def generate_manifest(
399399 if not os .path .exists (tmp_file ):
400400 raise RuntimeError (f'File not found "{ file } "' )
401401
402- if file .startswith ('ft' ):
402+ if file .lower (). startswith ('ft' ):
403403 focaltech_touch = (
404404 f'{ script_dir } /api_drivers/common_api_drivers/'
405405 f'indev/focaltech_touch.py'
Original file line number Diff line number Diff line change @@ -1023,7 +1023,6 @@ def find_esp32_ports(chip):
10231023
10241024
10251025SDKCONFIG_PATH = f'build/sdkconfig.board'
1026-
10271026MPTHREADPORT_H_PATH = 'lib/micropython/ports/esp32/mpthreadport.h'
10281027MPTHREADPORT_PATH = 'lib/micropython/ports/esp32/mpthreadport.c'
10291028MPCONFIGPORT_PATH = 'lib/micropython/ports/esp32/mpconfigport.h'
You can’t perform that action at this time.
0 commit comments