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 const to auto variable declarations, SavedConfig use JSON #18

Closed PBrunot closed 4 months ago

PBrunot commented 4 months ago

added const to auto variable declarations

Update card.hpp

github-actions[bot] commented 4 months ago

Firmware size changes for esp32dev

Commit CURRENT 1323b0be6cafdd40f03139a1044b1e01164010f8 vs REFERENCE 1d3c8145c945838c3814e269b3fe4dbc2c9f7697

<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:   59176 bytes (  65404 remain, 47.5% used)          59152            +24 (    -24 remain,      +0 total)
      .data size:   27656 bytes                                       27656
      .bss  size:   31520 bytes                                       31496            +24
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 : 1076411 bytes                                     1069807          +6604
           .text:  875987 bytes                                      869807          +6180
         .rodata:  200168 bytes                                      199744           +424
Total image size: 1189865 bytes (.bin may be padded larger)         1183261          +6604
github-actions[bot] commented 4 months ago

Firmware size changes for hardware-rev0

Commit CURRENT 1323b0be6cafdd40f03139a1044b1e01164010f8 vs REFERENCE 1d3c8145c945838c3814e269b3fe4dbc2c9f7697

<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:   57521 bytes ( 288335 remain, 16.6% used)          57497            +24 (    -24 remain,      +0 total)
      .data size:   23905 bytes                                       23905
      .bss  size:   33616 bytes                                       33592            +24
Used Flash size : 1172343 bytes                                     1143731         +28612
           .text:  956871 bytes                                      931643         +25228
         .rodata:  215216 bytes                                      211832          +3384
Total image size: 1263082 bytes (.bin may be padded larger)         1234470         +28612