HuskieRobotics / SPOT

Apache License 2.0
25 stars 21 forks source link

add demo mode flag in config file #72

Open gcschmit opened 1 year ago

gcschmit commented 1 year ago

Currently, the SPOT demo server requires various code changes to be in "demo" mode. This makes it harder to maintain. Alternatively, I propose that we have a DEMO flag in the config file. The code to support demo mode can then co-exist in main. In the future, to deploy the new version on the demo server, we just set DEMO to true.