I am having compilation error that says program too big by 16 bytes!. How can I increase program size limit.
To replicate:
- Start new project
- Import this extension (https://github.com/xinabox/pxt-in-the-air-microbit2.git)
- Paste this code in JS mode:
ITR.connectToWifi(“ALongWiFiSSID”, “ALongWifiPassword”) - Click Right click>inspect>console tab.
- Click download button on microbit editor, console will show the error.
ITR.connectToATT(“abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789”, “abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789”)
basic.forever(function () {
ITR.IoTSendValueToATT(ITR.temperature(ITR.Temperature.Celcius), "temperature")
})