Skip to content

Commit

Permalink
update webUI
Browse files Browse the repository at this point in the history
  • Loading branch information
solawc committed Jan 24, 2022
1 parent 5c9c7e7 commit 5c64559
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 192 deletions.
2 changes: 1 addition & 1 deletion firmware/mks tinybee marlin/.pio/build/project.checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e450953c742eec61d47db6f351530b8a6aee3109
3fdd5d8849b51d47932d7c94fd628d6dfb478bf7
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ void ESP3DLibTaskfn( void * parameter )
{
Esp3DLibConfig::wait(DELAY_START_ESP3D); // Yield to other tasks
WiFiConfig::begin();


for(;;) {
WiFiConfig::handle();
Esp3DLibConfig::wait(0); // Yield to other tasks
Expand Down
370 changes: 185 additions & 185 deletions firmware/mks tinybee marlin/.vscode/c_cpp_properties.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions firmware/mks tinybee marlin/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug",
"executable": "f:/github/MKS-TinyBee/firmware/mks tinybee marlin/.pio/build/mks_tinybee/firmware.elf",
"executable": "f:/sola_github/MKS_Robin_Nano/esp_tinyBee/MKS-TinyBee/firmware/mks tinybee marlin/.pio/build/mks_tinybee/firmware.elf",
"projectEnvName": "mks_tinybee",
"toolchainBinDir": "C:/Users/Administrator/.platformio/packages/toolchain-xtensa32/bin",
"toolchainBinDir": "C:/Users/SOLA/.platformio/packages/toolchain-xtensa32/bin",
"internalConsoleOptions": "openOnSessionStart",
"preLaunchTask": {
"type": "PlatformIO",
Expand All @@ -25,18 +25,18 @@
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "f:/github/MKS-TinyBee/firmware/mks tinybee marlin/.pio/build/mks_tinybee/firmware.elf",
"executable": "f:/sola_github/MKS_Robin_Nano/esp_tinyBee/MKS-TinyBee/firmware/mks tinybee marlin/.pio/build/mks_tinybee/firmware.elf",
"projectEnvName": "mks_tinybee",
"toolchainBinDir": "C:/Users/Administrator/.platformio/packages/toolchain-xtensa32/bin",
"toolchainBinDir": "C:/Users/SOLA/.platformio/packages/toolchain-xtensa32/bin",
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (without uploading)",
"executable": "f:/github/MKS-TinyBee/firmware/mks tinybee marlin/.pio/build/mks_tinybee/firmware.elf",
"executable": "f:/sola_github/MKS_Robin_Nano/esp_tinyBee/MKS-TinyBee/firmware/mks tinybee marlin/.pio/build/mks_tinybee/firmware.elf",
"projectEnvName": "mks_tinybee",
"toolchainBinDir": "C:/Users/Administrator/.platformio/packages/toolchain-xtensa32/bin",
"toolchainBinDir": "C:/Users/SOLA/.platformio/packages/toolchain-xtensa32/bin",
"internalConsoleOptions": "openOnSessionStart",
"loadMode": "manual"
}
Expand Down
Binary file added firmware/webUI/index.html.gz
Binary file not shown.
3 changes: 3 additions & 0 deletions firmware/webUI/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Instruction

Here is the data package of the webUI, which uses the .gz format. When using it for the first time, you need to upload the webUI to the motherboard, you can upload it on the web page, and you need to reopen the web page after uploading.

0 comments on commit 5c64559

Please sign in to comment.