File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1- # Version 1.1 .0
1+ # Version 2.2 .0
22
33#### Bluetooth support
44<img height="10%" width="10%" src="src/assets/images/Bluetooth_FM_Black.png"/></img>
1616 * If the XRP is turned back on / brought closer XRPCode will auto re-connect to the XRP within that 10 seconds
1717* If you start the XRP and a program runs keeping the bluetooth from connecting then press reset and it will restart without running the program
1818
19- #### VSCode editor
19+ #### editors
2020* The Python editor now supports intellisense and Python syntax
2121* The Python editor also knows about XRPLib and the XRPLib API
22-
23- #### Fixed
24- * Input is now accepted in XRP applications
25- * The REPL stays live from run to run and has information from the last running program like globals and classes
26- * When STOP is used the REPL is reset.
27-
28-
29-
30-
31-
22+ * The Block editor is now support custom blocks
23+
24+ #### New Features
25+ * The XRPCode website is completely redesigned with latest web technologies
26+ * A dashboard now supports displaying various sensors from the XRP
27+ * XRPCode nows supports locales
28+ * English
29+ * Spanish (pending translation)
30+ * A new AI Chat feature is now available to help you write code
31+ * Google Drive integration is now available to save and load files
32+ * Third-party drivers can now be added to XRPCode
33+ * Theming support for light and dark modes
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ export default class ConnectionMgr {
122122 const isBLE = connType === ConnectionType . BLUETOOTH ;
123123 const data = {
124124 XRPID : this . xrpID . slice ( - 5 ) ,
125- platform : 'XRP' ,
125+ platform : 'XRP-react ' ,
126126 BLE : isBLE ,
127127 } ;
128128
You can’t perform that action at this time.
0 commit comments