Skip to content

Commit

Permalink
feat: add new and revised help files, add/remove beta status
Browse files Browse the repository at this point in the history
  • Loading branch information
bjost2s committed Nov 4, 2024
1 parent a84b474 commit ccd6015
Show file tree
Hide file tree
Showing 12 changed files with 6,858 additions and 3,956 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ server.staticresources.dir = OpenRobertaServer/staticResources
# For instance, if your school offers nxt, calliope2017 and calliope2016 robots, use this white list:
# robot.whitelist = sim, nxt, calliope2017, calliope2016
# Usually overwritten by command line parameter -d
robot.whitelist = rcj, edisonv3, edisonv2, txt4, spike, spikePybricks, thymio, wedo, ev3lejosv1, ev3dev, ev3c4ev3, xNN, nxt, microbit, microbitv2, joycar, botnroll, nao, bob3, rob3rta, sensebox, mbot, mbot2, festobionic, festobionicflower, uno, nano, mega, nano33ble, calliope2017NoBlue, calliope2017, calliope2016, calliopev3, robotino
robot.whitelist = rcj, edisonv3, edisonv2, txt4, spike, spikePybricks, thymio, wedo, ev3lejosv1, ev3dev, xNN, nxt, microbit, microbitv2, joycar, botnroll, nao, bob3, rob3rta, sensebox, mbot, mbot2, festobionic, festobionicflower, uno, nano, mega, nano33ble, calliope2017NoBlue, calliope2017, calliope2016, calliopev3, robotino
robot.default = ev3lejosv1
# account activation / verification / reset
# server.iptocountry.dir path where the db is located, db name is fix: IpToCountry.cvs
Expand Down
2,870 changes: 1,227 additions & 1,643 deletions OpenRobertaServer/staticResources/help/progHelp_ev3_de.html

Large diffs are not rendered by default.

2,442 changes: 1,072 additions & 1,370 deletions OpenRobertaServer/staticResources/help/progHelp_ev3_en.html

Large diffs are not rendered by default.

427 changes: 427 additions & 0 deletions OpenRobertaServer/staticResources/help/progHelp_microbitv2_de.html

Large diffs are not rendered by default.

1,255 changes: 1,255 additions & 0 deletions OpenRobertaServer/staticResources/help/progHelp_microbitv2_en.html

Large diffs are not rendered by default.

1,864 changes: 1,413 additions & 451 deletions OpenRobertaServer/staticResources/help/progHelp_txt4_de.html

Large diffs are not rendered by default.

1,887 changes: 1,431 additions & 456 deletions OpenRobertaServer/staticResources/help/progHelp_txt4_en.html

Large diffs are not rendered by default.

61 changes: 30 additions & 31 deletions OpenRobertaServer/staticResources/help/progHelp_txt4_es.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion RobotEdison/src/main/resources/edisonv3.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include classpath:/edison.properties
robot.plugin.fileExtension.binary = wav
robot.real.name = Edison V3
robot.vendor = 0x16D0
robot.vendor = 0x16D0
robot.announcement = beta
1 change: 0 additions & 1 deletion RobotFischertechnik/src/main/resources/txt4.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ robot.configuration.default = /txt4/configuration.default.xml
#robot's long name to display
robot.real.name = TxT 4.0 Controller
robot.vendor = na
robot.announcement = beta
robot.multisim = true

robot.info.en =
Expand Down
1 change: 0 additions & 1 deletion RobotMbed/src/main/resources/joycar.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ robot.real.name = micro:bit Joy-Car
robot.vendor = 0xd28
# robot's info for further information
robot.info.en = https://joy-it.net/en/products/mb-joy-car
robot.announcement = beta
robot.configuration = true
# either new or old-<sensorprefix> with <sensorprefix>="S" for all robots but mbot, which needs "P"
robot.configuration.type = new
Expand Down
1 change: 0 additions & 1 deletion RobotSpike/src/main/resources/spikePybricks.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ robot.configuration.default = /spike/configuration.default.xml
robot.real.name = Spike Prime / Robot Inventor / Pybricks
#TODO: fix all the create agent parameters
robot.vendor = na
robot.announcement = beta

robot.info.en =
robot.info.de =
Expand Down

0 comments on commit ccd6015

Please sign in to comment.