mirror of
				https://github.com/0xFEEDC0DE64/arduino-esp32.git
				synced 2025-10-31 06:01:39 +01:00 
			
		
		
		
	disable BT Serial examples for S2
This commit is contained in:
		| @@ -5,6 +5,7 @@ | ||||
| //it creates a bridge between Serial and Classical Bluetooth (SPP) | ||||
| //this is an extention of the SerialToSerialBT example by Evandro Copercini - 2018 | ||||
| // | ||||
| #if CONFIG_IDF_TARGET_ESP32 | ||||
|  | ||||
| #include "BluetoothSerial.h" | ||||
|  | ||||
| @@ -54,3 +55,8 @@ void loop() { | ||||
|   } | ||||
|   delay(20); | ||||
| } | ||||
| #else | ||||
| void setup() {} | ||||
| void loop() {} | ||||
| #endif | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user