ESP3D
ESP3D copied to clipboard
FW for ESP8266/ESP8285/ESP32 used with 3D printer
in configuration.h ``` /* SD card connection * ESP_NO_SD //(default) * ESP_DIRECT_SD //Only your ESP board is connected to SDCard * ESP_SHARED_SD //Printer SD Card is also connected to ESP3D...
I bought a couple of https://www.seeedstudio.com/XIAO-ESP32S3-Sense-p-5639.html need to add the support of this ESP32S3cam board: https://github.com/Mjrovai/XIAO-ESP32S3-Sense/blob/main/Camera_HTTP_Server_STA/camera_pins.h in ESP3D and configurator
**Is your feature request related to a problem? Please describe.** The ESP32-S3 chip does not have a built-in MAC and PHY interface, so it cannot support Ethernet functionality directly like...
Idf 5.1 has recently implemented multiple drivers registration support for USB CDC-ACM Virtual Com , it is implemented in [ESP3D-TFT project](https://github.com/luc-github/ESP3D-TFT/discussions/1#discussioncomment-4712100) I have tested the feature with ESP3D-TFT and several...
Support of ESP32-C6 (mono core esp32) will be added when available in arduino-esp32 core itself https://github.com/espressif/arduino-esp32/issues/7713#issuecomment-1658002855 I already have a couple of devices for testing, so it should not be...
Currently ESP3D provides for the setup of 1 temperature/humidity sensor. It would be great if one is able to setup more than 1 sensor, be it for temperature/humidity or other....
the APi is described here : https://dev.to/oskarcodes/send-automated-discord-messages-through-webhooks-using-javascript-1p01 and here : https://gist.github.com/Birdie0/78ee79402a4301b1faf412ab5f1cdcf9
How to do is here https://www.callmebot.com/blog/free-api-whatsapp-messages/ - it is free and it use same way as others - so it is easy to implement
It'd be nice to be able to schedule printing a file already in the card (or sending a custom g-code command to the printer) at a specified date and time....
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix...