Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dev [2024/05/02 15:34] darkgrueen:dev [2024/06/28 15:54] (current) – [Current TailCoNTROL Release] darkgrue
Line 4: Line 4:
 Resources for developers and hackers! Also don't forget about resources like the [[en:manuals:service-notes-for-mitail|Service Notes for MiTail]] in the [[en:man_overview|Guides, Patterns, and Safety Info]] section! Resources for developers and hackers! Also don't forget about resources like the [[en:manuals:service-notes-for-mitail|Service Notes for MiTail]] in the [[en:man_overview|Guides, Patterns, and Safety Info]] section!
  
-==== Command Protocols ====+===== Current TailCoNTROL Release =====
  
-  * [[en:dev:eargear-v2-protocol|v2 Ear Command Protocol]]\\+The initial release of the new unified firmware, TailCoNTROL is out! MiTail, MiTail Mini, and FlutterWings products can be updated by the CRUMPET app. 
  
-=== Unified Firmware ===+  * The current version of TailCoNTROL is **v5.0.9** 
 +  * [[en:dev:tailcontrol-release-notes|TailCoNTROL Release Notes]] 
 +  * [[en:dev:tailcontrol-command-protocol|TailCoNTROL Command Protocol]] 
 +  * [[en:dev:tailcontrol-breaking-changes|TailCoNTROL Breaking Changes]] (for app developers)
  
-  * [[en:dev:tailcontrol-command-protocol|TailCoNTROL Command Protocol]]\\ 
  
-=== Legacy Products === 
  
-  * [[en:dev:digitail-command-protocol|DIGITAiL Command Protocol]]\\  + 
-  * [[en:dev:eargear-v1-protocol|v1 Ear Command Protocol]]\\+==== Legacy Product Command Protocols ==== 
 + 
 +  * [[en:dev:digitail-command-protocol|DIGITAiL Command Protocol]] 
 +  * [[en:dev:eargear-v1-protocol|v1 Ear Command Protocol]] 
 +  * [[en:dev:eargear-v2-protocol|v2 Ear Command Protocol]]
  
  
Line 26: Line 31:
 ==== Using OTA ==== ==== Using OTA ====
  
-If you need to test an experimental firmware or update outside the official CRUMPET app, there is a [[en:dev:ota|facility to update over BLE]].+If you need to test an experimental firmware or update outside the official CRUMPET app, there is a facility to update over BLE. 
 + 
 +  * [[en:dev:ota|BLE_OTA_Python script]] 
 +  * [[https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/ota.html|API Reference: Over The Air Updates (OTA)]]
  
 **Note:** flashing test firmware or the incorrect firmware for your product can make it impossible to recover without a hardware flash, which may require return for service. You should only perform this operation **at your own risk**, and only if you are comfortable with all the steps and components used to perform it. You also need to have a recovery plan and be prepared to hardware flash if something goes wrong. **Note:** flashing test firmware or the incorrect firmware for your product can make it impossible to recover without a hardware flash, which may require return for service. You should only perform this operation **at your own risk**, and only if you are comfortable with all the steps and components used to perform it. You also need to have a recovery plan and be prepared to hardware flash if something goes wrong.
Back to top