start adding a job-compiler recipe
This commit is contained in:
parent
e763aa8645
commit
4cace38bc4
7 changed files with 103 additions and 0 deletions
13
recipe/solar_meshtastic_node.toml
Normal file
13
recipe/solar_meshtastic_node.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[inputs]
|
||||
wisblock_starter_kit_rak19007_rak4631 = {}
|
||||
battery_18650 = { quantity = { amount=6 } }
|
||||
battery_holder = { quantity = { amount=3 } }
|
||||
solar_panel = {}
|
||||
charger = {}
|
||||
enclosure = {}
|
||||
|
||||
[dependencies]
|
||||
operator = { skills=["assembly"] }
|
||||
|
||||
[action]
|
||||
process = """Put it all together..."""
|
||||
Loading…
Add table
Add a link
Reference in a new issue