Firmware to drive an ultrasonic transducer (with additional circuitry) at resonance frequency of 1.7MHz. Built for the ESP32-C3 Super Mini.
Find a file
Hammersamatom 526ab4bf9f Some minor changes before real implementation begins
Simplified some logic before attempting a real implementation of any
serious logic
- Switched a redundant while loop to an if statement.
  waitForConnectResult() is blocking and ESP.reset() is called if the
  connection fails, no need to continuously loop.

  Should implement logic here to wipe the SSID and password if
  connection fails
- Simplified some logging functionality
2025-03-16 08:19:26 -04:00
include Initial commit 2025-03-16 03:05:31 -04:00
lib Initial commit 2025-03-16 03:05:31 -04:00
src Some minor changes before real implementation begins 2025-03-16 08:19:26 -04:00
test Initial commit 2025-03-16 03:05:31 -04:00
.gitignore Updated .gitignore to add .cache and .ccls 2025-03-16 02:47:40 -04:00
platformio.ini Initial commit 2025-03-16 03:05:31 -04:00