Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MS1987 committed Jan 25, 2022
2 parents 7fe665b + 5c64559 commit 61ad5ad
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 192 deletions.
6 changes: 5 additions & 1 deletion firmware/mks tinybee marlin/.pio/build/project.checksum
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
ee33a516e08c42328dd98626154bbe5c323c7362
<<<<<<< HEAD
ee33a516e08c42328dd98626154bbe5c323c7362
=======
3fdd5d8849b51d47932d7c94fd628d6dfb478bf7
>>>>>>> 5c64559d2962bd664e1fbe4c1e7298be0fb7c8f8
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 61ad5ad

Please sign in to comment.