基于 vtalpaert/esp-scope 编译 - 采样率 1Hz-83kHz - ADC1_CH0 (GPIO 1) 输入 - WiFi AP + Web UI - 内置 PWM 测试信号 (GPIO 4) - 单通道,0-3.3V 输入范围
6 lines
302 B
CMake
6 lines
302 B
CMake
idf_component_register(SRCS "main.c" "wifi_manager.c"
|
|
INCLUDE_DIRS "."
|
|
EMBED_TXTFILES "index.html" "index.js"
|
|
REQUIRES esp_http_server esp_adc nvs_flash esp_wifi driver esp_driver_gpio esp_driver_ledc esp_netif freertos esp_event esp_timer)
|
|
|