Releases: OpenShock/Firmware
1.1.1-rc.5
OpenShock Firmware 1.1.1-rc.5
Fixed a bug where the RFTransmitter loop would never delay, causing other tasks running on the same core to completely halt.
Flashing the firmware
Download OpenShock_[board]_[version].bin
and flash it to your microcontroller:
esptool write_flash 0x0 OpenShock_[board]_[version].bin
1.1.1-rc.4
OpenShock Firmware 1.1.1-rc.4
Fix tag check again, this time for real.
Flashing the firmware
Download OpenShock_[board]_[version].bin
and flash it to your microcontroller:
esptool write_flash 0x0 OpenShock_[board]_[version].bin
1.1.1-rc.3
OpenShock Firmware 1.1.1-rc.3
Increased performance margins for RFTransmitter to prevent commands from stacking up and getting delayed.
Fixed python build script git-tag check to check GIT_REF_NAME
instead of incorrect GIT_BASE_REF
which caused it to build in debug mode.
Flashing the firmware
Download OpenShock_[board]_[version].bin
and flash it to your microcontroller:
esptool write_flash 0x0 OpenShock_[board]_[version].bin
1.1.1-rc.2
OpenShock Firmware 1.1.1-rc.2
Removed null check on credentials password received in frontend, as null is expected due to sensitive data removal.
Flashing the firmware
Download OpenShock_[board]_[version].bin
and flash it to your microcontroller:
esptool write_flash 0x0 OpenShock_[board]_[version].bin
1.1.1-rc.1
OpenShock Firmware 1.1.1-rc.1
In this release we enabled release builds, resulting in smaller, faster, and more stable firmware.
Flashing the firmware
Download OpenShock_[board]_[version].bin
and flash it to your microcontroller:
esptool write_flash 0x0 OpenShock_[board]_[version].bin
1.1.0
OpenShock Firmware 1.1.0
It's finally here! The 1.1.0 release of OpenShock is now available for download.
This update is packed with some major enhancements and numerous improvements that we believe will improve your experience using your device.
From introducing seamless Over-The-Air updates, adding support for new hardware, to enhancing the overall functionality and stability of the system, we've worked hard to improve upon our last release.
We've also squashed some pesky bugs and made various minor updates to streamline and optimize your experience.
Here’s what’s new:
Major Updates
- OTA (Over-The-Air) Updates:
- Introduced a seamless OTA update capability, device can now be updated with the click of a button.
- Features:
- Updates can be triggered remotely via the OpenShock website.
- Device can automatically check for updates at a configured interval.
- Update state will be streamed back to frontend so you can see the status of your device in real time.
- Provided an option to deactivate each of these features individually through the Captive Portal for users preferring manual control.
- Support for OpenShock Core V1: Added support for @nullstalgia custom PCB, which is fully open-source.
- Captive Behavior Enhancement: Phones and PC's now prompt the user with the Captive Portal upon WiFi connection.
- More serial commands:
- Read/Write configuration in JSON or raw binary format.
- Shocker command execution via serial.
- GPIO pin listing, excluding reserved pins.
- Serial command echo support for terminals lacking this feature.
- Reworked partitions: Moved configuration into its own partition, ensuring it persists across updates
- Reserved pins:
- Added support for reserved pins so users can no longer use reserved pins that might lead to ESP instability.
- User will now receive an error upon trying to set anything to use these pins.
- The available pins can be listed via the
AvailGPIO
serial command.
- Shocker keepalive:
- Improved shocker responsiveness by sending keepalive messages to them at a interval.
- This will prevent the shockers from entering sleep mode.
- Has option to be disabled via the
keepalive
serial command.
- Config Handler Overhaul:
- Rewrote config handler to be more modular and make it easier to expand upon the code base.
- Each config section is now seperated into its own file and class.
Minor Updates
- Firmware upload now includes an MD5 sum.
- Enhanced reliability of WiFi scanning.
- Status LEDs:
- Reworked some code for LED pattern and state management.
- Added support for WS2812B RGB (Gamer 😎) LEDs.
- Improved WiFi connectivity speed post-setup.
- Updated Captive Portal color palette.
- Dependency cleanup:
- Removed ArduinoJSON
- Removed nonstd/span
- Removed Arduino-style loop behaviors, replaced with freeRTOS tasks.
- Improved FreeRTOS task management.
- Implemented self-ratelimiting on httpclient.
- Enhanced error checking in captive portal and firmware.
- CodeQL code quality checks integrated into CI/CD pipeline.
- Utilized filesystem partition hash as ETag for content caching.
- Improved logs to be more consise and verbose.
- Miscellaneous code cleanup, refactoring, and optimizations.
Bug Fixes
- Resolved issue with WiFi scans getting stuck.
- Fixed connection problems with unsecured networks.
- Altered CommandHandler to use a queue kill message, preventing panic when deleting a mid-listening queue.
- Fixed ESP becoming unresponsive when the looptask would get deleted by captive portal deconstructor due to a missing null check.
- Fixed updateID not being sent with BootStatus message.
- Make OTA update status reporting smoother.
- Fix what firmware boot type firmware reports to server.
- Reduced latency, allocations, and network traffic for reporting wifi network scan results, making the networks instantly available in the frontend and improving the reliability of the captive portal.
Contributors
Flashing the firmware
Download OpenShock_[board]_[version].bin
and flash it to your microcontroller:
esptool write_flash 0x0 OpenShock_[board]_[version].bin
1.1.0-rc.6
OpenShock Firmware 1.1.0-rc.6
Bugfixes:
- Reduced latency, allocations, and network traffic for reporting wifi network scan results, making the networks instantly available in the frontend and improving the reliability of the captive portal.
Flashing the firmware
Download OpenShock_[board]_[version].bin
and flash it to your microcontroller:
esptool write_flash 0x0 OpenShock_[board]_[version].bin
1.1.0-rc.5
OpenShock Firmware 1.1.0-rc.5
Bugfixes:
- Fix what firmware boot type firmware reports to server.
Flashing the firmware
Download OpenShock_[board]_[version].bin
and flash it to your microcontroller:
esptool write_flash 0x0 OpenShock_[board]_[version].bin
1.1.0-rc.4
OpenShock Firmware 1.1.0-rc.4
Bugfixes:
- Make OTA update status reporting smoother.
Flashing the firmware
Download OpenShock_[board]_[version].bin
and flash it to your microcontroller:
esptool write_flash 0x0 OpenShock_[board]_[version].bin
1.1.0-rc.3
OpenShock Firmware 1.1.0-rc.3
Bugfixes:
- Fixed updateID not being sent with BootStatus message.
Flashing the firmware
Download OpenShock_[board]_[version].bin
and flash it to your microcontroller:
esptool write_flash 0x0 OpenShock_[board]_[version].bin