Command: ninja all
[1/9] Performing build step for 'bootloader'
[1/1] cd /mnt/douwe/hdd/Projects/SerreklimaatSensor/build/bootloader && /home/douwe/.espressif/tools/python/v6.0/venv/bin/python /home/douwe/.espressif/v6.0/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /mnt/douwe/hdd/Projects/SerreklimaatSensor/build/bootloader/bootloader.bin
Bootloader binary size 0x5250 bytes. 0x2db0 bytes (36%) free.
[2/9] No install step for 'bootloader'
[3/9] Completed 'bootloader'
[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj
/mnt/douwe/hdd/Projects/SerreklimaatSensor/main/main.c: In function 'app_main':
/mnt/douwe/hdd/Projects/SerreklimaatSensor/main/main.c:369:5: warning: 'esp_sleep_get_wakeup_cause' is deprecated: use esp_sleep_get_wakeup_causes instead [-Wdeprecated-declarations]
  369 |     esp_sleep_wakeup_cause_t cause = esp_sleep_get_wakeup_cause();
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /mnt/douwe/hdd/Projects/SerreklimaatSensor/main/main.c:20:
/home/douwe/.espressif/v6.0/esp-idf/components/esp_hw_support/include/esp_sleep.h:725:26: note: declared here
  725 | esp_sleep_wakeup_cause_t esp_sleep_get_wakeup_cause(void)
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/douwe/hdd/Projects/SerreklimaatSensor/main/main.c:392:5: warning: 'esp_sleep_get_wakeup_cause' is deprecated: use esp_sleep_get_wakeup_causes instead [-Wdeprecated-declarations]
  392 |     printf("Wakeup cause: %d\n", esp_sleep_get_wakeup_cause());
      |     ^~~~~~
/home/douwe/.espressif/v6.0/esp-idf/components/esp_hw_support/include/esp_sleep.h:725:26: note: declared here
  725 | esp_sleep_wakeup_cause_t esp_sleep_get_wakeup_cause(void)
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
[5/9] Linking C static library esp-idf/main/libmain.a
[6/9] Generating esp-idf/esp_system/ld/sections.ld
[7/9] Linking CXX executable dht11_reader.elf
[8/9] Generating binary image from built executable
esptool v5.3.dev2
Creating ESP32-C3 image...
Merged 3 ELF sections.
Successfully created ESP32-C3 image.
Generated /mnt/douwe/hdd/Projects/SerreklimaatSensor/build/dht11_reader.bin
[9/9] cd /mnt/douwe/hdd/Projects/SerreklimaatSensor/build && /home/douwe/.espressif/tools/python/v6.0/venv/bin/python /home/douwe/.espressif/v6.0/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /mnt/douwe/hdd/Projects/SerreklimaatSensor/build/partition_table/partition-table.bin /mnt/douwe/hdd/Projects/SerreklimaatSensor/build/dht11_reader.bin
dht11_reader.bin binary size 0x31030 bytes. Smallest app partition is 0x1e0000 bytes. 0x1aefd0 bytes (90%) free.
