2023-06-03 16:42:44 +00:00
|
|
|
# file: Settings.toml
|
|
|
|
# Rename me !
|
|
|
|
|
|
|
|
# The main key of your laser in LJ
|
2023-06-03 16:11:55 +00:00
|
|
|
laser_id = 0
|
2023-06-03 16:42:44 +00:00
|
|
|
|
|
|
|
# Activate for more debug
|
2023-06-03 15:53:48 +00:00
|
|
|
debug = "true"
|
2023-06-03 16:42:44 +00:00
|
|
|
|
2023-06-04 13:03:09 +00:00
|
|
|
# Redis URL as redis://IP:port/
|
|
|
|
redis_url = "redis://127.0.0.1:6379/"
|
2023-06-03 16:42:44 +00:00
|
|
|
|
|
|
|
# Either Helios or Etherdream
|
2023-06-03 15:53:48 +00:00
|
|
|
dac_family = "Helios"
|
2023-06-03 16:42:44 +00:00
|
|
|
|
|
|
|
# For Helios. USB Device Id of the DAC
|
|
|
|
dac_id = 0
|
|
|
|
|
|
|
|
# For Etherdream. IP of the DAC
|
2023-06-03 15:53:48 +00:00
|
|
|
dac_url = "192.168.1.68"
|