Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Aug 12, 2024

Conversation

PBrunot
Copy link
Contributor

@PBrunot PBrunot commented Aug 11, 2024

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.

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.
@PBrunot PBrunot force-pushed the rfidDisablePeriod branch from b633f4d to 308fe4b Compare August 11, 2024 20:20
Copy link

Firmware size changes for hardware-rev0-it_IT

Commit CURRENT 805305a vs REFERENCE e092868

<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

Copy link

Firmware size changes for esp32-devboard

Commit CURRENT 805305a vs REFERENCE e092868

<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

@PBrunot PBrunot merged commit 56df943 into main Aug 12, 2024
16 checks passed
@PBrunot PBrunot deleted the rfidDisablePeriod branch August 12, 2024 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant