Compare commits
3 Commits
v1.1.0-rc1
...
5239c85eeb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5239c85eeb | ||
|
|
2419334f72 | ||
|
|
b0b2482774 |
12
README.md
12
README.md
@@ -511,11 +511,11 @@ Built with frustration at unnecessarily complex robotics frameworks, and hope th
|
||||
|
||||
## Project Status
|
||||
|
||||
**Current Version:** 1.0.0-beta2
|
||||
**Current Version:** 1.0.0-rc1
|
||||
|
||||
**What Works:**
|
||||
- ✅ Project generation
|
||||
- ✅ Cross-platform build/deploy
|
||||
- ✅ Cross-platform build/deploy (Linux, macOS, Windows)
|
||||
- ✅ SDK management
|
||||
- ✅ Configuration management
|
||||
- ✅ Project upgrades
|
||||
@@ -530,6 +530,12 @@ Built with frustration at unnecessarily complex robotics frameworks, and hope th
|
||||
|
||||
---
|
||||
|
||||
## Support & Contact
|
||||
|
||||
**Questions? Issues? Suggestions?**
|
||||
|
||||
Open an issue on NXGit or reach out to the FTC community. Let's make robot programming accessible for everyone! 🚀
|
||||
- 📧 Email: [eric@nxws.dev](mailto:eric@nxws.dev)
|
||||
- 🐛 Issues: Open an issue on the repository
|
||||
- 💬 Community: Reach out via the FTC community
|
||||
|
||||
Building better tools so you can build better robots. 🤖
|
||||
@@ -352,8 +352,8 @@ call gradlew.bat buildApk
|
||||
echo.
|
||||
echo Deploying to Control Hub...
|
||||
|
||||
REM Find APK
|
||||
for /f "delims=" %%i in ('dir /s /b "%SDK_DIR%\*app-debug.apk" 2^>nul') do set APK=%%i
|
||||
REM Find APK - look for TeamCode-debug.apk
|
||||
for /f "delims=" %%i in ('dir /s /b "%SDK_DIR%\TeamCode-debug.apk" 2^>nul') do set APK=%%i
|
||||
|
||||
if not defined APK (
|
||||
echo Error: APK not found
|
||||
|
||||
Reference in New Issue
Block a user