Skip to content
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

on(push)で来る値が古いときがある #2

Open
kiyopikko opened this issue Feb 23, 2016 · 1 comment
Open

on(push)で来る値が古いときがある #2

kiyopikko opened this issue Feb 23, 2016 · 1 comment

Comments

@kiyopikko
Copy link
Contributor

on()でpushを監視しているときに、Web上(Milkcocoa Tester等)などから任意のタイミングでpushをすると、高い確率で前に受け取ったデータが表示されます。
https://github.com/kiyopikko/m0_pro_milkcocoa/blob/master/fail2.ino

pushしたデータ:1 → on()で来たデータ:1
pushしたデータ:2 → on()で来たデータ:1
pushしたデータ:3 → on()で来たデータ:1
pushしたデータ:4 → on()で来たデータ:4

https://github.com/milk-cocoa/Milkcocoa_Arduino_SDK/blob/master/examples/milkcocoa_esp8266/milkcocoa_esp8266.ino は正常にpushしたデータを受け取ることができます。

M0 pro、M0両方で同じ問題が起こります。ESP-WROOM-02のファームウェアは購入してから書き換えていません。
参考:https://teratail.com/questions/27633

@exshonda
Copy link
Collaborator

exshonda commented Mar 9, 2016

こちらでは再現しないです.以下の問題と同じ可能性があるので,最新版で試してもらえないでしょうか.
#3

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

No branches or pull requests

2 participants