Skip to content

Lorawan - fix for loop #207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 8, 2020
Merged

Conversation

Bjoerns-TB
Copy link
Contributor

Declaring i as unsigned char in for loop sometimes results in an endless loop. Declaring it as int fixes this.

Declaring i as unsigned char sometimes ends in an endless loop. Declaring ist as int fixes this problem.
@EeeeBin EeeeBin merged commit 06926af into m5stack:master Apr 8, 2020
@EeeeBin
Copy link
Contributor

EeeeBin commented Apr 8, 2020

Thanks :)

vvhh2002 pushed a commit to vvhh2002/M5Stack that referenced this pull request Jun 24, 2020
* master:
  update weight and  ENVII unit exmaple
  add SIM800L FactoryTest
  Rename example files  (m5stack#217)
  rename some example file
  add module example comment
  add Unit exmaple sketch comment
  rename some example file
  Set GPIO15 to OD mode in m5stack.cpp
  Update lib to V0.3.0 (m5stack#215)
  Update lib to V0.3.0
  Add some example and delete repeat file (m5stack#211)
  update: M5.Speaker.setVolume works with M5.Speaker.tone . (m5stack#205)
  Fix buffer overflow. (m5stack#206)
  Lorawan - fix for loop (m5stack#207)
  Add AcSocket  example
  Add Face example
  Add mpu6886 fifo read api, Update read freq to 500HZ
  Add BaseX example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants