lucasssvaz/esp32-mock-bootloader
Mock ESP32 ROM bootloader daemon for CI upload testing (SLIP over TCP)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| chip | Chip profile (auto or explicit soc) | no | auto |
| port | TCP port for the mock server | no | 9876 |
| startup-timeout | Seconds to wait for the TCP port during startup | no | 30 |
| python-version | Python version for setup-python | no | 3.x |
| version | PyPI version pin (e.g. 0.1.0); empty installs from action checkout | no | "" |
Outputs
| name | description |
|---|---|
| port | TCP port the mock server listens on |
| url | socket:// URL for esptool or arduino-cli |