openSenseMap-API icon indicating copy to clipboard operation
openSenseMap-API copied to clipboard

(feat): add option to enable debugging in compiled sketches

Open Thiemann96 opened this issue 2 years ago • 0 comments

Option can be set by providing the parameter to the getSketch/script route

/boxes/6399ecf5a106c63060d6a350/script?appEUI=&appKey=&devEUI=&display_enabled=false&enable_debug=true&password=&serialPort=Serial1&soilDigitalPort=A&soundMeterPort=B&ssid=&windSpeedPort=C

Description

Motivation and Context

Eases support

How Has This Been Tested?

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [x] My code has been linted using yarn run lint.
  • [ ] My code does not break the tests (yarn run test)
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have read the CONTRIBUTING document.

Thiemann96 avatar Feb 15 '23 13:02 Thiemann96