Commit 55d90c02 authored by Kento HASEGAWA's avatar Kento HASEGAWA

Add support for the Ultra96 board

parent 3049fc63
......@@ -20,6 +20,7 @@ import BoardStr
import Solver2017
import Solver2018
import Solver2018Ultra
app = Flask(__name__)
args = {}
......@@ -132,7 +133,7 @@ if __name__ == "__main__":
elif args['solver'] == '2018':
pynqrouter = Solver2018
elif args['solver'] == '2018Ultra':
raise NotImplementedError()
pynqrouter = Solver2018Ultra
elif args['solver'] == '2018Ishi':
raise NotImplementedError()
else:
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment