Skip to content

Commit

Permalink
Temporarily set CODAL_VERSION back to "unknown".
Browse files Browse the repository at this point in the history
This is to workaround an issue in the iOS app as described in:
microsoft/pxt-microbit#5913
  • Loading branch information
microbit-carlos committed Sep 5, 2024
1 parent a8470a7 commit 10334af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions target-locked.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"CODAL_PROVIDE_PRINTF": 1,
"CODAL_TIMER_32BIT": 1,
"CODAL_TIMESTAMP": "uint64_t",
"CODAL_VERSION": "\"unknown\"",
"CONFIG_GPIO_AS_PINRESET": 1,
"CONFIG_NFCT_PINS_AS_GPIOS": 1,
"DEVICE_BLE": 1,
Expand Down
4 changes: 2 additions & 2 deletions target.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"generate_bin":true,
"generate_hex":true,
"config":{

"MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC": "NRF_LF_SRC_XTAL",
"CONFIG_GPIO_AS_PINRESET": 1,
"CONFIG_NFCT_PINS_AS_GPIOS": 1,
Expand Down Expand Up @@ -42,7 +41,8 @@
"CAPTOUCH_DEFAULT_CALIBRATION" : 3500,
"HARDWARE_NEOPIXEL": 1,
"CODAL_TIMER_32BIT": 1,
"DEVICE_BLE": 1
"DEVICE_BLE": 1,
"CODAL_VERSION": "unknown"
},
"definitions":"-DAPP_TIMER_V2 -DAPP_TIMER_V2_RTC1_ENABLED -DNRF_DFU_TRANSPORT_BLE=1 -DNRF52833_XXAA -DNRF52833 -DTARGET_MCU_NRF52833 -DNRF5 -DNRF52833 -D__CORTEX_M4 -DS113 -DTOOLCHAIN_GCC -D__START=target_start",

Expand Down

0 comments on commit 10334af

Please sign in to comment.