Compare commits
4 Commits
drivingbas
...
v1.2.22
Author | SHA1 | Date | |
---|---|---|---|
0437df10de | |||
2079173dfa | |||
018a1e7528 | |||
757f95d984 |
@ -1,3 +1,3 @@
|
||||
{
|
||||
"appref": "v1.2.18"
|
||||
"appref": "v1.2.21"
|
||||
}
|
||||
|
@ -36,6 +36,10 @@
|
||||
"name": "Line following with 1 color sensor",
|
||||
"description": "Simple line following using the color sensor.",
|
||||
"youTubeId": "_LeduyKQVjg"
|
||||
}, {
|
||||
"name": "Proportional line following with 1 color sensor",
|
||||
"description": "Proportional line following using the color sensor.",
|
||||
"youTubeId": "-AirqwC9DL4"
|
||||
}]
|
||||
```
|
||||
|
||||
|
@ -524,6 +524,7 @@ void stopProgram() {
|
||||
}
|
||||
|
||||
extern "C" void target_reset() {
|
||||
pthread_mutex_trylock(&execMutex);
|
||||
stopMotors();
|
||||
stopProgram();
|
||||
if (lmsPid)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pxt-ev3",
|
||||
"version": "1.2.21",
|
||||
"version": "1.2.22",
|
||||
"description": "LEGO MINDSTORMS EV3 for Microsoft MakeCode",
|
||||
"private": false,
|
||||
"keywords": [
|
||||
|
Reference in New Issue
Block a user