-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
controller can now draw reflow profiles from the sd card, if no card …
…is available a default profile will be loaded
- Loading branch information
Showing
18 changed files
with
2,068 additions
and
1,448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+309 KB
...cs/controller/esp32_hotplate_digital-backups/esp32_hotplate_digital-2023-08-10_224822.zip
Binary file not shown.
Binary file added
BIN
+310 KB
...cs/controller/esp32_hotplate_digital-backups/esp32_hotplate_digital-2023-08-10_225344.zip
Binary file not shown.
Binary file added
BIN
+530 KB
...cs/controller/esp32_hotplate_digital-backups/esp32_hotplate_digital-2023-08-10_230534.zip
Binary file not shown.
Binary file added
BIN
+313 KB
...cs/controller/esp32_hotplate_digital-backups/esp32_hotplate_digital-2023-08-11_215918.zip
Binary file not shown.
2,037 changes: 1,192 additions & 845 deletions
2,037
hardware/electronics/controller/esp32_hotplate_digital.kicad_pcb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
idf_component_register(SRCS main.c styles.c adc.c thermistor.c defines.c main_menu.c config_menu.c reflow_menu.c adc081s.c reflow_menu_error.c reflow_menu_options.c reflow_menu_finished.c sd_spi.c) | ||
idf_component_register(SRCS main.c styles.c adc.c thermistor.c defines.c main_menu.c config_menu.c reflow_menu.c adc081s.c reflow_menu_error.c reflow_menu_options.c reflow_menu_finished.c sd_spi.c jsmn.c sd_warn_menu.c) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.