mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-26 22:30:27 -04:00
intial commit
This commit is contained in:
parent
4196882267
commit
c0079a77fa
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ class Scratch3myExtension {
|
|||
*/
|
||||
cameraUp () {
|
||||
// example implementation to return a string
|
||||
console.log('working');
|
||||
fetch("http://192.168.4.1/state?cmd=H")
|
||||
.then((response) => response.json())
|
||||
.then((json) => console.log(json));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue