mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
ensure that the generated dir is included in libs
This commit is contained in:
@@ -311,6 +311,10 @@ def getLibs():
|
||||
fn=os.path.join(base,sd)
|
||||
if os.path.isdir(fn):
|
||||
rt.append(sd)
|
||||
EXTRAS=['generated']
|
||||
for e in EXTRAS:
|
||||
if not e in rt:
|
||||
rt.append(e)
|
||||
return rt
|
||||
|
||||
OWNLIBS=getLibs()+["FS","WiFi"]
|
||||
|
||||
Reference in New Issue
Block a user