mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 11:06:49 +01:00
- adds tag serial debug in webflasher and power up/down buttons - fixes bug where esp32-s3 connected via usb cdc slows down when no terminal connection is present - fix: ghost tags reporting a different channel id than the AP are now ignored - webflasher now ramps up/down power to prevent spikes - bugfix: C6 doesn't get reset anoymore by the watchdog during flashing - bugfix: C6 could go in flash mode unintended - a failed connection during swd write blocks is now reported back instead of silently ignored - added 4 areas of Sweden to day ahead price content - new context menu option 'Delete all inactive tags' (only when right clicking on an inactive tag). - adjusted some timings
4 lines
131 B
C
4 lines
131 B
C
#include <Arduino.h>
|
|
|
|
void powerControl(bool powerState, uint8_t* pin, uint8_t pincount);
|
|
void rampTagPower(uint8_t* pin, bool up); |