mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
further restructuring of flashtool
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
|
||||
import flashtool.esptool as esptool
|
||||
try:
|
||||
import esptool
|
||||
except:
|
||||
import flashtool.esptool as esptool
|
||||
import os
|
||||
from flashtool.version import VERSION
|
||||
VERSION="2.1"
|
||||
|
||||
class Flasher():
|
||||
def getVersion(self):
|
||||
|
||||
Reference in New Issue
Block a user