Commit graph

287 commits

Author SHA1 Message Date
cnlohr f768723eb4 add winsock initialization 2018-05-08 00:02:58 -04:00
cnlohr b786fd1f45 Bump. Expose notes, too! 2018-05-07 23:47:06 -04:00
cnlohr 1908c75cf8 Bump shm test 2018-05-07 23:32:50 -04:00
cnlohr c158ca0b5b Add SHM display for outputting directly to shared memory. 2018-05-07 23:13:06 -04:00
CNLohr 6c6f6cb13d
Merge pull request #54 from OleLL/master
Fixed a few things in Colorchord Embeddedlinux
2017-10-31 12:34:50 -04:00
OleLL ad4f2d6d09
Removed -m32 to allow also 64 bit architectures 2017-10-30 23:31:41 +01:00
OleLL 9d873cf9b5
Fixed missing atoi + changed Init to InitColorChord 2017-10-30 23:30:51 +01:00
cnlohr 941b75f0a6 Add the mpfs 2017-09-11 23:17:22 -04:00
cnlohr 1d86a1c52e Add image files and update to newest everything. 2017-09-10 23:10:37 -04:00
cnlohr 71fd5c5aee Fix Linux compile issues. 2017-09-10 23:02:33 -04:00
cnlohr 8830b99454 Merge branch 'master' of https://github.com/cnlohr/colorchord 2017-09-10 23:01:05 -04:00
CNLohr 4f983efbfe Major progress to getting colorchord on Windows TCC
Give it a shot. colorchord2/windows/compile.bat.  I am having issues
getting sound in.
2017-09-11 02:56:50 -04:00
cnlohr 039ab46078 Merge branch 'master' of https://github.com/cnlohr/colorchord 2017-09-07 21:58:30 -04:00
cnlohr bb7c21fcf3 Bump esp82xx 2017-09-07 21:58:22 -04:00
CNLohr ed9ac870c0 Merge pull request #49 from bbkiwi/fixes
Start ADC HPATimer only once. Makes for more stable collection of audio
2017-07-19 15:00:00 -04:00
bbkiwi e5dbe3a96b Start ADC HPATimer only once. Makes for more stable collection of audio
when connected to wifi (especially station mode). However the range of
output from the ADC is truncated.
TODO fix, or use system_adc_fast_read with wifi off and RF off
The devfixes branch of esp82xx needs to be used
2017-07-17 01:20:25 +12:00
cnlohr 4dc15e13e2 add hidapistuff 2017-07-08 16:58:41 -04:00
cnlohr 095ca6d415 remove unused references to settings.h 2017-06-24 02:13:01 -04:00
cnlohr faa72a488b forgot to set key on save. 2017-06-21 23:55:03 -04:00
cnlohr 454ca08025 Switch ColorChord over to the new dev esp82xx. 2017-06-21 23:43:11 -04:00
cnlohr bf3b8f3e56 add file for irxmit 2017-06-07 21:49:53 -04:00
cnlohr ed497bdf3b remove extra printf 2017-05-23 22:57:02 -04:00
cnlohr 093633044d Merge branch 'master' of https://github.com/cnlohr/colorchord 2017-05-23 22:55:54 -04:00
cnlohr 96e12af024 Add support for RGBY endpoints 2017-05-23 22:55:45 -04:00
CNLohr 992de7ba14 Merge pull request #39 from opus506/master
increased the wifi scan timeout inteface
2017-04-19 10:37:28 -04:00
opus506 51def3b57a 12 seconds timeout for wifi scan select
12 seconds timeout for wifi scan select
2017-04-15 20:31:02 -03:00
opus506 3ae55f8fe4 Increased timeout for WifiDataTicker to 6 seconds.
Scan For Stations fix. @pjmole
2017-04-12 23:36:20 -03:00
CNLohr be144a0a8f Merge pull request #38 from opus506/master
bbkiwi's suggested updates work great.
2017-04-05 16:23:51 -04:00
opus506 c5e33589b9 Update menuinterface.js 2017-04-05 12:34:17 -03:00
opus506 36463a6c1a Update main.js 2017-04-05 12:32:22 -03:00
opus506 fea75022d8 Update index.html 2017-04-05 12:29:21 -03:00
opus506 7da81aa4f1 Update user.cfg 2017-04-05 12:28:26 -03:00
cnlohr b45c24eda1 Whoops forgot to turn on optimizations. 2017-02-16 01:06:18 -05:00
cnlohr a4769abeee Update USB, etc. Add line for showing FPs. 2017-02-15 21:53:05 -05:00
cnlohr 3703ac096f Merge branch 'master' of https://github.com/cnlohr/colorchord 2017-02-12 15:49:41 -05:00
cnlohr 2b90dadfe5 add netlight8266 2017-02-12 15:49:27 -05:00
cnlohr 2ad5d71649 Add notes about reading from correct monitor, don't spew data at the screen. 2017-02-12 15:39:28 -05:00
cnlohr 606897dce9 Update lights 2017-02-12 14:35:12 -05:00
cnlohr eca3a360a8 fix detached head 2017-01-04 03:33:42 -05:00
cnlohr e1c11bc0d6 Update to use specific SDK 2016-12-30 12:47:02 -05:00
CNLohr fbcf9e402c Merge pull request #31 from cmchick/qsort
Qsort
2016-10-17 16:23:27 -04:00
Cleon Chick b55de8ec1a Merge branch 'master' into qsort 2016-10-17 15:06:50 -04:00
CNLohr 501b3b244e Merge pull request #30 from cmchick/master
Add instructions for building with Windows
2016-10-08 23:26:50 -04:00
Cleon Chick 340f4ed066 Add instructions for building with Windows 2016-10-08 21:06:52 -04:00
CNLohr f701c23713 Merge pull request #29 from cmchick/master
Add WIN32 escape key
2016-10-08 18:19:42 -04:00
Cleon Chick 29d07b168d Replace SortFloats()/RemapFloats() with stdlib's qsort and struct refactoring. 2016-10-08 14:52:20 -04:00
Cleon Chick fc2a404acf Add WIN32 escape key 2016-10-08 14:43:04 -04:00
CNLohr f5334c8db1 Merge pull request #28 from cmchick/master
Fix make error: colorchord.exe target was missing configs.c
2016-10-08 03:45:37 -04:00
Cleon Chick e67e51a2b8 Fix make error: colorchord.exe target was missing configs.c 2016-10-08 03:30:27 -04:00
Charles Lohr 3d991c5473 push to forward 2016-08-26 23:58:10 -04:00