mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
cleanup, renamed main
This commit is contained in:
parent
5a689f90cc
commit
3a0a33b195
@ -1,2 +1,15 @@
|
||||
idf_component_register(SRCS "system.c" "adc.c" "INA260.c" "EMC2101.c" "i2c_simple_main.c" "led_controller.c" "DS4432U.c" "EMC2101.c" "INA260.c" "adc.c" "oled.c" "fonts.c" "system.c"
|
||||
INCLUDE_DIRS ".")
|
||||
idf_component_register(SRCS
|
||||
"main.c"
|
||||
"system.c"
|
||||
"adc.c"
|
||||
"INA260.c"
|
||||
"EMC2101.c"
|
||||
"led_controller.c"
|
||||
"DS4432U.c"
|
||||
"EMC2101.c"
|
||||
"INA260.c"
|
||||
"adc.c"
|
||||
"oled.c"
|
||||
"fonts.c"
|
||||
"system.c"
|
||||
INCLUDE_DIRS ".")
|
||||
|
Loading…
x
Reference in New Issue
Block a user