0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-12-21 18:43:48 +01:00

add gcode_server to default settings

This commit is contained in:
Simon Voordouw 2017-06-13 12:30:47 +02:00
parent 211c2f1abb
commit 533988a409

View File

@ -418,4 +418,10 @@ M.doodle3d_update_baseUrl = {
description = ''
}
M.doodle3d_gcode_server = {
default = 'https://tranquil-meadow-94621.herokuapp.com/',
type = 'string',
description =''
}
return M