Commit 2f39361
Submodule MS3000-Assets updated 27 files
- MS3000_defaultconfig/admin.html+10-5
- MS3000_defaultconfig/favicon.ico
- MS3000_defaultconfig/index.html+1-1
- MS3000_defaultconfig/index.js+62
- MS3000_defaultconfig/index.js.gz
- MS3000_defaultconfig/magicshifter.appcache+1-1
- branding/icons/ms-ico.eot
- branding/icons/ms-ico.json+11.5k
- branding/icons/ms-ico.svg+21-21
- branding/icons/ms-ico.ttf
- branding/icons/ms-ico.woff
- branding/icons/svg/close.svg+8
- branding/icons/svg/ok.svg+8
- images/magicshifter_fantasy_colors.png
- images/magicshifter_fantasy_colors_shaded.png
- images/magicshifter_fantasy_top.png
- images/magicshifter_render.png
- images/magicshifter_tech_top.png
- images/render_2.png
- images/set.png
- images/splash.png
- images/splash.tif
- images/tech_top_plain_menu.png
- images/tech_top_plain_off.png
- images/tech_top_plain_on.png
- images/tech_top_simple.svg+98
- images/wave.png
Submodule MS3000-Firmware updated 57 files
- .gitmodules+3
- MS3KOS/Makefile+17-8
- MS3KOS/lib/gdbstub/License+24
- MS3KOS/lib/gdbstub/Makefile+45
- MS3KOS/lib/gdbstub/README.md+69
- MS3KOS/lib/gdbstub/gdbcmds+8
- MS3KOS/lib/gdbstub/gdbstub-cfg.h+62
- MS3KOS/lib/gdbstub/gdbstub-entry.S+406
- MS3KOS/lib/gdbstub/gdbstub-entry.h+25
- MS3KOS/lib/gdbstub/gdbstub.c+787
- MS3KOS/lib/gdbstub/gdbstub.h+14
- MS3KOS/lib/miby/miby.cpp
- MS3KOS/lib/miby/miby.h
- MS3KOS/lib/miby/miby_config.h
- MS3KOS/notes.md+43
- MS3KOS/platformio.ini+7-2
- MS3KOS/platformio_extra_script.py-10
- MS3KOS/src/Hardware/Buttons.h+6-3
- MS3KOS/src/Hardware/EEPROMString.h+3-3
- MS3KOS/src/MIDI/MidiShifter.h-724
- MS3KOS/src/MIDI/MidiShifter_Old.h-352
- MS3KOS/src/MS3KOS.cpp+108-48
- MS3KOS/src/Modes/BaseMode.h+10-29
- MS3KOS/src/Modes/BouncingBall.h+14-10
- MS3KOS/src/Modes/MIDI/MibyConfig.h+32-3
- MS3KOS/src/Modes/MIDI/MidiShifter.h+619
- MS3KOS/src/Modes/MIDI/RawMIDIHandlers.h+59
- MS3KOS/src/Modes/MIDI/envelope.h+5-5
- MS3KOS/src/Modes/MIDI/list.h
- MS3KOS/src/Modes/MIDI/midi_defs.h
- MS3KOS/src/Modes/MagicBeat.h+153
- MS3KOS/src/Modes/MagicLight.h+8-7
- MS3KOS/src/Modes/MagicMagnet.h+29-12
- MS3KOS/src/Modes/MagicPOV.h+13-4
- MS3KOS/src/Modes/MagicRemote.h+23
- MS3KOS/src/Modes/MagicShake.h+8-5
- MS3KOS/src/Modes/ModeSelector.h+10-12
- MS3KOS/src/Modes/Modes.h+23-4
- MS3KOS/src/Modes/PowerEmergency.h+70
- MS3KOS/src/Modes/SystemText.h+178-24
- MS3KOS/src/WebServer/WebServer.h+2-6
- MS3KOS/src/WebServer/WebServerAPI.h+29-26
- MS3KOS/src/WebServer/WebServerAutoConnect.h+59-10
- MS3KOS/src/msConfig.h+22-6
- MS3KOS/src/msGlobals.h+25-16
- MS3KOS/src/msSysLog.h+9-17
- MS3KOS/src/msSystem.h+398-157
- MS3KOS/src/msTypes.h+19-8
- Makefile+2
- Makefile.tests+140
- README.md+75-28
- Tools/MS3000Tool.py+3-1
- Tools/MS3000_init.sh+1-1
- Tools/esptool+1
- Tools/esptool-ck+1
- Tools/readFirmware.sh+2-5
- Tools/writeFirmware.sh+8-4
Submodule MS3000-WebInterface updated 83 files
- .eslintrc+2-6
- .gitignore+2-1
- Makefile+37-84
- README.md+10
- bin/compile.js+7-8
- bin/fontencode.js+13-11
- build/webpack.config.js+2-2
- cli.sh+163
- config/_base.js+1-1
- package.json+94-84
- src/GLOBALS.js+34-1
- src/components/DiscoverMagicShifter/index.js+142
- src/components/PixelEditor/Pixel.js+48-26
- src/components/PixelEditor/Pixel.scss+5-3
- src/components/PixelEditor/PixelEditor.js+38-31
- src/components/PixelEditor/PixelEditor.scss+6-25
- src/components/PixelEditor/PixelEditorMenu.scss+2-1
- src/components/colors/list/ColorList.scss+3-3
- src/components/colors/list/index.js+13-6
- src/components/form/index.js+14
- src/components/inputs/ClearPixelsButton.js+46
- src/components/inputs/ClearPixelsButton.scss+17
- src/components/inputs/CloseViewButton.js+17
- src/components/inputs/CloseViewButton.scss+6
- src/components/inputs/FileUploadInput.js+100-104
- src/components/inputs/HexInput.js+19-25
- src/components/inputs/ImageInput.js+38-39
- src/components/inputs/NumberInput.js+10-15
- src/containers/RadiumContainer.js+4-1
- src/layouts/CoreLayout.js+1-1
- src/layouts/CoreLayout.scss-1
- src/layouts/Header.js+2-2
- src/layouts/Header.scss+17-18
- src/layouts/Menu.js+8
- src/layouts/Menu.scss+2-1
- src/layouts/MenuLink.js+11-5
- src/layouts/MenuLink.scss+2
- src/layouts/SecondaryMenu.scss+16-6
- src/layouts/Sidebar.scss+17-2
- src/main.js+3
- src/redux/configureStore.js+3-3
- src/redux/formReducer.js+11
- src/redux/modules/accesspoints.js+149
- src/redux/modules/connect.js+44
- src/redux/modules/pixels.js+16-1
- src/redux/modules/views/settings.js+44-35
- src/redux/modules/views/text.js+11-3
- src/redux/rootReducer.js+7
- src/routes/index.js+52-17
- src/static/ms-ico.woff
- src/static/package.json+29
- src/styles/errors.scss+4
- src/styles/icons.scss+96-92
- src/styles/inputs.scss+4
- src/utils/colors.js+111-1
- src/utils/http.js+86-10
- src/utils/icons.js+13-4
- src/utils/inputs.js+56-4
- src/utils/minmax.js+7
- src/utils/storage.js+33
- src/utils/strings.js+4
- src/utils/types.js+6-3
- src/utils/unique.js+8
- src/views/Colors/Colors.scss+7-2
- src/views/Colors/index.js+28-29
- src/views/Connect/Connect.scss+3
- src/views/Connect/index.js+85
- src/views/Effects/Effects.scss+5-1
- src/views/Effects/index.js+26-8
- src/views/Fonts/Font.scss+5-1
- src/views/Fonts/index.js+15-10
- src/views/Images/Images.scss+5-1
- src/views/Images/index.js+3
- src/views/Info/index.js+4-1
- src/views/NotFound/index.js+3-2
- src/views/Settings/SettingsView.scss+1
- src/views/Settings/ap/AddApInput.js-45
- src/views/Settings/ap/ApSettings.scss+36
- src/views/Settings/ap/index.js+555-93
- src/views/Settings/index.js+40-69
- src/views/Settings/power/index.js+162-56
- src/views/Settings/ui/index.js+110-62
- src/views/Upload/Upload.scss+5-1
0 commit comments