Skip to content

Commit

Permalink
working v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.petrikas committed Oct 2, 2023
1 parent 9a3eb11 commit 952cf9d
Show file tree
Hide file tree
Showing 58 changed files with 5,939 additions and 637 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"sstream": "c",
"regex": "c",
"functional": "c",
"complex": "c"
"complex": "c",
"esp_log.h": "c",
"future": "c",
"esp_adc_cal.h": "c"
}
}
4 changes: 4 additions & 0 deletions UI/Environment_sensor5/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
SET(SOURCES screens/ui_MainScreen.c
screens/ui_CalibrationScreen.c
screens/ui_ConfirmationScreen.c
ui.c
components/ui_comp_hook.c
ui_helpers.c
images/ui_img_light_blue_dithered_rotated_png.c
images/ui_img_thermometer_png.c
images/ui_img_droplet_png.c
images/ui_img_co2_resize_png.c
images/ui_img_calibrate_png.c
images/ui_img_co2_png.c
fonts/ui_font_Interbold52.c)

Expand Down
2 changes: 1 addition & 1 deletion UI/Environment_sensor5/Environment_sensor.sll

Large diffs are not rendered by default.

Loading

0 comments on commit 952cf9d

Please sign in to comment.