Skip to content

Commit

Permalink
Update generate-compiletime-defines.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chromoxdor committed Nov 17, 2023
1 parent f5361b5 commit 399f476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/pio/generate-compiletime-defines.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ def get_cdn_url_prefix():
tag = tag.replace('refs/tags/','@')
return "https://cdn.jsdelivr.net/gh/letscontrolit/ESPEasy{0}/static/".format(tag)
except:
return 'https://cdn.jsdelivr.net/gh/letscontrolit/ESPEasy@mega-20231013/static/'
return 'https://cdn.jsdelivr.net/gh/letscontrolit/ESPEasy@mega/static/'
except ImportError:
return 'https://cdn.jsdelivr.net/gh/letscontrolit/ESPEasy@mega-20231013/static/'
return 'https://cdn.jsdelivr.net/gh/letscontrolit/ESPEasy@mega/static/'



Expand Down

0 comments on commit 399f476

Please sign in to comment.