fablab-bergamo / Fab-O-matic

RFID machine access solution for a Fab Lab, based on ESP32. Uses modern C++ with Arduino framework. Hardware project is included.
https://www.fablabbergamo.it/2024/06/03/fabomatic1/
MIT License
2 stars 3 forks source link

Added card::esp_serial() method to get ESP unique ID #17

Closed PBrunot closed 4 months ago

PBrunot commented 4 months ago

fixed loop of portal reset for board rev 0.2 fixed misunderstood method wifiManager.setDisableConfigPortal(true);

github-actions[bot] commented 4 months ago

Firmware size changes for hardware-rev0

Commit CURRENT 82da11c9ba68cffae645d90598a742fc03c53241 vs REFERENCE 29d98313a841dc5ac568527c58d38025e11da75e

<CURRENT> MAP file: ../firmware.map.latest
<REFERENCE> MAP file: ../firmware.map.previous
Difference is counted as <CURRENT> - <REFERENCE>,           i.e. a positive number means that <CURRENT> is larger.
Total sizes of <CURRENT>:                                       <REFERENCE>     Difference
Used static IRAM:   66834 bytes ( 295406 remain, 18.5% used)          66834                (     +0 remain,      +0 total)
      .text size:   65807 bytes                                       65807
   .vectors size:    1027 bytes                                        1027
Used stat D/IRAM:   57497 bytes ( 288359 remain, 16.6% used)          57497                (     +0 remain,      +0 total)
      .data size:   23905 bytes                                       23905
      .bss  size:   33592 bytes                                       33592
Used Flash size : 1143731 bytes                                     1142807           +924
           .text:  931643 bytes                                      930735           +908
         .rodata:  211832 bytes                                      211816            +16
Total image size: 1234470 bytes (.bin may be padded larger)         1233546           +924
github-actions[bot] commented 4 months ago

Firmware size changes for esp32dev

Commit CURRENT 82da11c9ba68cffae645d90598a742fc03c53241 vs REFERENCE 29d98313a841dc5ac568527c58d38025e11da75e

<CURRENT> MAP file: ../firmware.map.latest
<REFERENCE> MAP file: ../firmware.map.previous
Difference is counted as <CURRENT> - <REFERENCE>,           i.e. a positive number means that <CURRENT> is larger.
Total sizes of <CURRENT>:                                       <REFERENCE>     Difference
Used static DRAM:   59152 bytes (  65428 remain, 47.5% used)          59152                (     +0 remain,      +0 total)
      .data size:   27656 bytes                                       27656
      .bss  size:   31496 bytes                                       31496
Used static IRAM:   85798 bytes (  45274 remain, 65.5% used)          85798                (     +0 remain,      +0 total)
      .text size:   84771 bytes                                       84771
   .vectors size:    1027 bytes                                        1027
Used Flash size : 1069807 bytes                                     1069767            +40
           .text:  869807 bytes                                      869767            +40
         .rodata:  199744 bytes                                      199744
Total image size: 1183261 bytes (.bin may be padded larger)         1183221            +40
github-actions[bot] commented 4 months ago

Firmware size changes for esp32-s3

Commit CURRENT 82da11c9ba68cffae645d90598a742fc03c53241 vs REFERENCE 29d98313a841dc5ac568527c58d38025e11da75e

<CURRENT> MAP file: ../firmware.map.latest
<REFERENCE> MAP file: ../firmware.map.previous
Difference is counted as <CURRENT> - <REFERENCE>,           i.e. a positive number means that <CURRENT> is larger.
Total sizes of <CURRENT>:                                       <REFERENCE>     Difference
Used static IRAM:   66154 bytes ( 296086 remain, 18.3% used)          66154                (     +0 remain,      +0 total)
      .text size:   65127 bytes                                       65127
   .vectors size:    1027 bytes                                        1027
Used stat D/IRAM:   57705 bytes ( 288151 remain, 16.7% used)          57705                (     +0 remain,      +0 total)
      .data size:   24001 bytes                                       24001
      .bss  size:   33704 bytes                                       33704
Used Flash size : 1046471 bytes                                     1046443            +28
           .text:  846367 bytes                                      846339            +28
         .rodata:  199848 bytes                                      199848
Total image size: 1136626 bytes (.bin may be padded larger)         1136598            +28