mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 13:16:32 +00:00
Merge pull request #13119 from s-hadinger/fix_dac_c3
Fix DAC on ESP32C3
This commit is contained in:
commit
1af73a9f4a
@ -22,7 +22,9 @@
|
|||||||
|
|
||||||
#include <berry.h>
|
#include <berry.h>
|
||||||
|
|
||||||
|
#if defined(CONFIG_IDF_TARGET_ESP32) || defined(CONFIG_IDF_TARGET_ESP32S2)
|
||||||
#include <driver/dac.h>
|
#include <driver/dac.h>
|
||||||
|
#endif
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* Native functions mapped to Berry functions
|
* Native functions mapped to Berry functions
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user