Created
April 12, 2026 13:33
-
-
Save Variiuz/08a3f3d677643422a26adaf3cfaa161d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| m=peripheral.wrap("top") | |
| print("wireless",m and m.isWireless and m.isWireless()) | |
| m.transmit(42,42,{test="hello",id=os.getComputerID()}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment