Advertisement
jaikomodo

Untitled

Apr 22nd, 2024
721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. local wpp = require("wpp")
  2.  
  3. wpp.wireless.connect("network-name") -- Network name is used as a namespace esque thing so you can have multible different wireless peripheral systems going
  4.  
  5. -- Then just use it like the normal peripheral api:
  6. wpp.peripheral.getNames()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement