Peli de Halleux
8cc2f1219f
1.4.7
2019-10-11 21:56:27 -07:00
Peli de Halleux
39a629cc58
bump pxt 5.25.13
2019-10-11 21:50:00 -07:00
Peli de Halleux
df65c34f15
1.4.6
2019-10-10 09:16:19 -07:00
Peli de Halleux
00fefe10d6
Boot sequence ( #946 )
...
* refactor bootsequence
* inf can be null
* align elements
2019-10-10 09:15:57 -07:00
Peli de Halleux
d442f5aa41
don't ban image
2019-10-10 08:00:21 -07:00
Peli de Halleux
3311865817
1.4.5
2019-10-10 07:45:53 -07:00
Peli de Halleux
2cd2950496
polarity in synched motor ( #945 )
...
* account for polarity
* more comments
* handle dual motor in runtime
* invert steer
* don't use firmware polarity
2019-10-10 07:44:53 -07:00
Peli de Halleux
b0de3d8c1b
1.4.4
2019-10-09 15:40:54 -07:00
Peli de Halleux
acefe3ae11
bump pxt
2019-10-09 15:40:45 -07:00
Michał Moskal
cb6c83eec7
Add sources for the file manager program ( #944 )
2019-10-09 13:57:06 -07:00
Peli de Halleux
e0c8f65a65
1.4.3
2019-10-09 09:57:53 -07:00
Peli de Halleux
a4e02dcd03
add block to stop program ( #943 )
...
* add block to stop program
* renaming
2019-10-09 09:30:42 -07:00
Peli de Halleux
fb5776ec41
1.4.2
2019-10-08 22:19:50 -07:00
Peli de Halleux
d852fd961b
fix python build
2019-10-08 22:19:34 -07:00
Peli de Halleux
1ed8122804
1.4.1
2019-10-08 21:58:33 -07:00
Michał Moskal
c5cec3a6ba
update to pxt 5 and pxt-common-packages 6 ( #934 )
...
* bump pxt
* fix build issues
* Auto-gen of projects/summary
* removing feild editors moved to pxt
* various typing fixes
* more typing fixes
* fixing various typing issues
* Start on integration of new pxt
* serial number fixes
* gc-ify MMap object
* Re-build generated files
* fix console listeners
* clear lf() warnings
* More generated files
* also auto-generated
* Compilation fixes
* fix merge
* mostly fixing blocks
* fix sim
* fix field motors
* enable a few features
* moving to tsx
* try to fix edtiro compilation
* more defs
* removing commands
* removing extra $
* fix blockly warning
* hiding images
* enabling more pxt features
* hide images
* setup autorun
* add lock on target_reset
* update deps
* return trylock result
* updated pxt
* rename video section
* add alpha channel
* upgraded pxt
* bump pxt/version
* removed alpha ref
* var ceanup
* don't do major bump
2019-10-08 21:57:55 -07:00
Peli de Halleux
ba94322d4c
1.2.23
2019-10-08 21:26:38 -07:00
Peli de Halleux
225f1da6d5
fix translation
2019-10-08 21:26:17 -07:00
Peli de Halleux
a06331eef1
added channel
2019-10-08 14:23:57 -07:00
Peli de Halleux
aa741ce8de
rename again
2019-10-08 14:21:55 -07:00
Peli de Halleux
61fe5091fe
rename
2019-10-08 14:21:45 -07:00
Peli de Halleux
3d90e13797
shrinkg image
2019-10-08 14:21:12 -07:00
vincentl
469767a40a
Add information to Try example to show where to find downloaded programs on the control brick. ( #936 )
2019-10-08 14:12:43 -07:00
Peli de Halleux
604fa764e6
Create calibreapp-image-actions.yml
2019-10-08 14:03:58 -07:00
Peli de Halleux
25cf2a9cdb
move electron to 1.2.22 ( #937 )
2019-10-07 14:43:34 -07:00
Peli de Halleux
7549f865d6
move master to 1.2.22
2019-10-02 13:59:58 -07:00
Peli de Halleux
a5de9d88bb
adding latest video
2019-10-02 13:53:22 -07:00
Peli de Halleux
0437df10de
1.2.22
2019-10-02 13:27:53 -07:00
Peli de Halleux
2079173dfa
lock execution thread before exiting ( #935 )
2019-10-02 12:40:45 -07:00
Peli de Halleux
018a1e7528
added proportional line follower
2019-10-02 12:26:51 -07:00
Peli de Halleux
757f95d984
move master to v1.2.21
2019-10-02 10:59:50 -07:00
Peli de Halleux
8bc3fdc8ba
1.2.21
2019-10-01 15:56:22 -07:00
Peli de Halleux
e8a1e73cf5
1.2.20
2019-10-01 14:54:42 -07:00
Peli de Halleux
e9b2b239ad
More gyro lessons ( #933 )
...
* updated pauseuntil
* updated youtube link
* updated docs
2019-10-01 14:54:17 -07:00
Peli de Halleux
5ad2288a9f
updated docs
2019-10-01 13:38:33 -07:00
Peli de Halleux
92d13ef343
updated bluetooth info
2019-10-01 13:36:53 -07:00
Peli de Halleux
471ca5d915
1.2.19
2019-10-01 13:28:01 -07:00
Peli de Halleux
f745079728
Don't reset threashold when resetting color mode ( #932 )
...
* don't reset threshold when changing modes
* updated docs
2019-10-01 13:27:37 -07:00
Peli de Halleux
d179f18ef3
added gyro movies
2019-10-01 11:05:44 -07:00
Peli de Halleux
805fc6c787
1.2.18
2019-10-01 10:12:21 -07:00
Peli de Halleux
374bbb8304
Drift-compensated angle in gyro ( #931 )
...
* compute angle based on undrifted rate
* add is calibrating function
* fix integrator
* added example
* docs
* poll faster
2019-10-01 10:11:58 -07:00
Peli de Halleux
25452efc92
1.2.17
2019-09-30 22:44:09 -07:00
Peli de Halleux
80b9c715b2
Gyro tutorials ( #930 )
...
* gyro tutorials
* tutorials
* fix gyro simulator
* images
* updated image
* fix svg errors
2019-09-30 22:43:50 -07:00
Peli
cb816c91ad
updated drift
2019-09-30 14:33:57 -07:00
Peli
3012068986
1.2.16
2019-09-30 13:44:27 -07:00
Peli de Halleux
4c9c7d6a69
add delay to fix mac deployment ( #929 )
2019-09-30 13:43:12 -07:00
Peli
ad3652c290
bump master to 1.2.15
2019-09-30 13:03:48 -07:00
Peli de Halleux
d8971829e3
1.2.15
2019-09-30 11:13:45 -07:00
Peli de Halleux
8ca4558fc2
web serial cleanup ( #928 )
...
* updated ticks
* fix enable and compile
* add debug mode
* don't try to change UI while downloading
* cleanup
* don't double open
* use cu
* add delay before reconnecting
* support for 200 ragne in field turn ratio
* updated docs
* fix docs
2019-09-30 11:13:28 -07:00
Peli de Halleux
d85b5c5129
updated info for macs ( #925 )
2019-09-30 10:30:21 -07:00