Commit Graph

  • e73b5e85c8 Use iso-8601 to set time but time zone like suggested by @terjeio for [ESP800/140] Luc 2022-09-11 16:37:44 +08:00
  • 3eabce6204 Update TFT_eSpi for better ESP32 S3 support Luc 2022-09-11 16:34:42 +08:00
  • ee9906e3da Remove WebSocket Subprotocol from ESP800 Luc 2022-09-11 11:35:29 +08:00
  • d198a19dd1 Fix webUI loose websocket connection on long upload / download (>30MB) Luc 2022-09-11 11:32:35 +08:00
  • d699b035ba Add SDIIO Pins customization as suggested by @liqijian101 Luc 2022-09-07 09:45:19 +08:00
  • 70fa36837a Fix SD is not automaticaly mounted on printer after access Luc 2022-09-05 17:41:22 +08:00
  • 85931368d8 Fix random crash at compilation Luc 2022-09-05 16:55:59 +08:00
  • a885afced8 Update documentation Luc 2022-09-04 15:40:03 +08:00
  • dacd1e0a70 more wiki update (#779) Julien Staub 2022-09-04 05:32:34 +02:00
  • 3331c47927 Sync with ESP3DLib latest cleaning Luc 2022-08-24 11:50:44 +08:00
  • ee18988a83 Fix rmdir does not remove not empty directory Luc 2022-08-23 15:57:56 +08:00
  • 159b9e6f47 Goodbye genLinkedList - welcome std::stack Luc 2022-08-23 08:55:46 +08:00
  • 6a82412878 Fix esp8266 compilation failed Luc 2022-08-17 17:41:31 +08:00
  • dd2e4ec1d8 Add Serial Bridge Support Luc 2022-08-17 16:55:43 +08:00
  • 7cc3cd2db5 Update README.md Luc 2022-08-17 14:48:58 +08:00
  • c5b74db453 Update ESP450.cpp Luc 2022-08-16 07:45:32 +08:00
  • cf45c9251e Add ESP450 to list others ESP3D Luc 2022-08-15 18:01:02 +08:00
  • d2a83d95e3 Update README.md Luc 2022-08-14 20:20:56 +08:00
  • 7a440712fa Create README.md Luc 2022-08-14 20:20:25 +08:00
  • 81418cb563 Update README.md Luc 2022-08-14 20:15:20 +08:00
  • 1f54dbe210 Update README.md Luc 2022-08-10 09:55:08 +08:00
  • da4190ec8b Add embedded favicon.ico scripts and support Luc 2022-08-10 09:31:23 +08:00
  • d0317e6d99 Fix crash in debug Luc 2022-08-03 08:54:16 +08:00
  • 495eb67049 Change status of stream pause to be meaningful Luc 2022-07-23 17:02:30 +08:00
  • 8af8e8dfa7 Fix typo that make ESP701 resume not working Luc 2022-07-23 12:29:07 +08:00
  • f511c37dd3 Update README.md Luc 2022-07-23 11:38:39 +08:00
  • 32b7e4664a Add sanity check to avoid error if preferences key does not exist (which should never happen if user do a proper reset) Luc 2022-07-18 10:38:35 +08:00
  • 7d924e4aa6 Fix warning Luc 2022-07-18 03:52:07 +08:00
  • 094ddb4dc9 Remove unused CAMERA_MODEL_TTGO_T_JOURNAL pin definition Luc 2022-07-17 21:47:13 +08:00
  • da875dc646 Better management for realtime commands of GRBL Luc 2022-07-17 16:48:29 +08:00
  • 982104e742 Fix typo on ESP701 Luc 2022-07-17 13:28:37 +08:00
  • 5328940980 UI of CNC is now implemented Luc 2022-07-17 09:25:01 +08:00
  • 6659a04785 Use raw serial by default Luc 2022-07-02 10:05:59 +08:00
  • c8815d2611 Update configuration.h Luc 2022-07-01 21:26:12 +08:00
  • fcbcf63326 Update sd_sdfat2_esp32.cpp Luc 2022-07-01 21:25:03 +08:00
  • ab9f3c1236 Add ESP171 which save camera frame to SD Luc 2022-06-27 17:46:27 +08:00
  • fa20ebcec7 Workaround git version issue for esp8266 using temporary 3.0.2 core Luc 2022-06-27 13:06:59 +08:00
  • 80b301d4e9 Use digitalRead instead of attachInterrupt for reset pin due to conflict with Camera Luc 2022-06-27 11:47:22 +08:00
  • 0ba2db3059 Fix warning due to missing end of comment Luc 2022-06-25 08:22:41 +08:00
  • 058a754959 Add missing define for ESP8266 Luc 2022-06-22 20:32:35 +08:00
  • ea3bd524a3 More clean up to pass ci Luc 2022-06-22 17:33:02 +08:00
  • 44e18da2ca Fix typo orz Luc 2022-06-22 15:43:25 +08:00
  • 6c2d5bc37d Use ESP3D Configurator format but display all options commented Luc 2022-06-22 15:31:17 +08:00
  • d7d75f31b1 Add sanity check for configuration file existence Luc 2022-06-21 19:05:05 +08:00
  • daaf254231 Update ESP220.cpp Luc 2022-06-19 13:33:42 +08:00
  • e1923074f9 Fix gpio error if Shared pin is -1 Luc 2022-06-19 12:30:19 +08:00
  • 5b2417af22 Fix compilation if TIMESTAMP SD is enabled Luc 2022-06-19 12:29:25 +08:00
  • 488aea69ea Update configuration.h Luc 2022-06-18 19:20:22 +08:00
  • a614e23565 Limit message to first line of comment Luc 2022-06-17 17:43:55 +08:00
  • a03d33405a test 2 Luc 2022-06-17 17:27:14 +08:00
  • c2beb76eb5 check CI not raising error when failed Luc 2022-06-17 17:19:11 +08:00
  • e03067c8da Fix compilation crash orz Luc 2022-06-17 16:56:50 +08:00
  • c09ec2c7a2 Update recovery_service.cpp Luc 2022-06-17 15:35:47 +08:00
  • 3b3e03c3e5 Remove Snapshot Display as dropped feature Luc 2022-06-14 14:16:07 +08:00
  • 60f9680df6 Update wificonfig.cpp Luc 2022-06-11 18:50:35 +08:00
  • 4b258c666f Add missing test in pin.h for camera pins to fix compilation warnings Luc 2022-06-11 16:24:48 +08:00
  • 3da4967476 Cybersec + build process (#777) Julien Staub 2022-06-11 09:42:40 +02:00
  • a92ba9267b Fix compilation issue with TIMESTAMP / BLUETOOTH / ETHERNET Luc 2022-06-10 07:56:00 +08:00
  • 30415a24b7 Remove No PSRAM camera Luc 2022-06-07 21:51:01 +08:00
  • 1b72277569 Add latest Camera pins Luc 2022-06-07 14:05:14 +08:00
  • 119fd95b5b Add [ESP999]QUIETBOOT to set efuse on ESP32: S2/S3/C3 Luc 2022-06-07 11:35:21 +08:00
  • 00aa509035 Allow to define target Fw in configuration.h Luc 2022-06-06 16:56:34 +08:00
  • d0a3066919 rename license according to github format (#776) Julien Staub 2022-06-05 12:05:19 +02:00
  • 3b1fcb0d8c update wiki (#768) Julien Staub 2022-06-04 13:12:22 +02:00
  • 6b2fdc8e1e more explaination about requested parameters (#774) Julien Staub 2022-06-02 04:29:28 +02:00
  • 629f94981b add spaces in commands because they are needed (#770) Julien Staub 2022-06-02 04:28:40 +02:00
  • 39e06975f2 Update from refactoring branch v3.0-alpha2 Luc 2022-06-01 14:56:57 +08:00
  • 3f223a4dc6 Try to detect workaround PR failed because of missing secret url Luc 2022-05-28 22:33:10 +08:00
  • a5f098663f add missing license file (#766) Julien Staub 2022-05-27 17:56:48 +02:00
  • 6a963d77e1 Bumb devt version Luc 2022-05-16 13:18:49 +08:00
  • c222cda747 Set version for release v2.1.2 Luc 2022-05-16 13:17:14 +08:00
  • 3d450f0ccd Add missing index.html.gz (use english mono language) Luc 2022-05-11 08:09:50 +08:00
  • 85a9ad646d Revert "Update final-check.sh" Luc 2022-05-09 18:52:04 +08:00
  • dc2f943d91 Add connection diagram for weedo tina2 (#752) Julien Staub 2022-05-09 04:36:01 +02:00
  • 234be95c1e add recommended extensions for easier linting (#745) Julien Staub 2022-05-08 11:36:51 +02:00
  • fe4cf8e818 better feature request template (#751) Julien Staub 2022-05-08 11:35:51 +02:00
  • 5d43ddb4a8 linted wiki (#744) Julien Staub 2022-05-08 11:33:55 +02:00
  • 507f2a913d remove legacy file (covered by wiki page now) (#748) Julien Staub 2022-05-08 11:32:43 +02:00
  • 71678836a4 Update final-check.sh Luc 2022-05-08 17:26:32 +08:00
  • e96b6eee27 Remove wanhao as dead link Luc 2022-05-02 09:07:05 +08:00
  • 1928d0542c Update wiki.yml Luc 2022-05-02 08:55:49 +08:00
  • ac3a8d28ad rename file Luc 2022-05-02 08:22:49 +08:00
  • 9aa960fcbf Move image to right location thanks @atsju Luc 2022-05-02 08:20:28 +08:00
  • b0ca6e15b1 update wiki and readme (#736) Julien Staub 2022-04-25 03:11:07 +02:00
  • e0079a6750 Update final-check.sh Luc 2022-04-24 10:51:38 +08:00
  • b195fc411d Delete codeql-analysis.yml Luc 2022-04-24 10:48:52 +08:00
  • f6584026a0 Update final-check.sh Luc 2022-04-24 10:41:24 +08:00
  • 1d1d1c61f9 Update codeql-analysis.yml Luc 2022-04-24 10:19:43 +08:00
  • 1e093094cb Bump tar from 4.4.8 to 4.4.19 in /embedded (#734) dependabot[bot] 2022-04-17 20:30:55 +08:00
  • 82c899c830 Bump copy-props from 2.0.4 to 2.0.5 in /embedded (#735) dependabot[bot] 2022-04-17 20:30:22 +08:00
  • 7493593824 Create codeql-analysis.yml Luc 2022-04-16 18:36:25 +08:00
  • b3f2e46b86 Update mks_service.cpp v3.0-alpha1 Luc 2022-04-12 12:40:56 +08:00
  • cb66f97f20 Update README.md Luc 2022-04-07 20:38:08 +08:00
  • ec10621e40 Update FUNDING.yml Luc 2022-04-07 20:08:06 +08:00
  • 108eef6c95 Update README.md Luc 2022-03-25 09:01:38 +08:00
  • ec024ecbbb Update README.md Luc 2022-03-08 08:10:54 +08:00
  • b14959bc35 Update README.md Luc 2022-03-08 08:04:51 +08:00
  • 93a9c99716 Update FUNDING.yml Luc 2022-03-05 12:02:13 +08:00
  • fbee5d3886 Update FUNDING.yml Luc 2022-03-05 12:01:29 +08:00
  • ab9a9cae4c Create last_update.txt Luc 2022-02-06 18:20:09 +08:00