Clean up a bit

This commit is contained in:
Miloslav Ciz 2025-06-19 02:28:51 +02:00
parent 610c1df0b0
commit a104a12cc4
14 changed files with 207 additions and 62 deletions

View file

@ -80,9 +80,7 @@ void LCR_appendDataStr(const char *str)
void setup()
{
// *((volatile uint32_t *) 0x60000900) &= ~(1); // disable watchdog
wdt_disable();
wdt_disable(); // disable watchdog
dac.begin(MCP4725address);
delay(100);