0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

error: 'ringbuf_type_t' has not been declared

Posted at

PlatForm IO でBLEDeviceライブラリを使用した時に発生するエラー

重要なBLEDeviceのライブラリはarduinoライブラリにすでに入っているからこのようなことが発生するらしい。

lib_deps = 
	m5stack/M5StickCPlus@^0.1.0
	nkolban/ESP32 BLE Arduino@^1.0.1

lib_deps = 
	m5stack/M5StickCPlus@^0.1.0

に変更したら直った。

参考にした英語の記事
https://github.com/nkolban/esp32-snippets/issues/1100

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?