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

Trying to solve repeated start/stop use events in short periods #38

Closed PBrunot closed 1 month ago

PBrunot commented 1 month ago

Probably the user is keeping the card a little bit too long on the box, so I added a configuration settings with 2s default value to disable RFID readings.

github-actions[bot] commented 1 month ago

Firmware size changes for hardware-rev0-it_IT

Commit CURRENT 805305a20723dc5960c289d7b84214c817a07825 vs REFERENCE e0928689fe73dfc741f7689ce1b9a90e53226918

<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:   16383 bytes (      1 remain, 100.0% used)          16383                (     +0 remain,      +0 total)
      .text size:   15356 bytes                                       15356
   .vectors size:    1027 bytes                                        1027
Used stat D/IRAM:   83375 bytes ( 262481 remain, 24.1% used)          83359            +16 (    -16 remain,      +0 total)
      .data size:   16500 bytes                                       16500
      .bss  size:   31336 bytes                                       31320            +16
      .text size:   35539 bytes                                       35539
Used Flash size :  942607 bytes                                      942191           +416
           .text:  807087 bytes                                      806783           +304
         .rodata:  135264 bytes                                      135152           +112
Total image size: 1011029 bytes (.bin may be padded larger)         1010613           +416
github-actions[bot] commented 1 month ago

Firmware size changes for esp32-devboard

Commit CURRENT 805305a20723dc5960c289d7b84214c817a07825 vs REFERENCE e0928689fe73dfc741f7689ce1b9a90e53226918

<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:   53768 bytes (  70812 remain, 43.2% used)          53752            +16 (    -16 remain,      +0 total)
      .data size:   21192 bytes                                       21192
      .bss  size:   32576 bytes                                       32560            +16
Used static IRAM:   70370 bytes ( 101662 remain, 40.9% used)          70370                (     +0 remain,      +0 total)
      .text size:   69343 bytes                                       69343
   .vectors size:    1027 bytes                                        1027
Used Flash size :  935827 bytes                                      935443           +384
           .text:  803895 bytes                                      803607           +288
         .rodata:  131676 bytes                                      131580            +96
Total image size: 1027389 bytes (.bin may be padded larger)         1027005           +384