skylai82
skylai82
// for SX126x series or LLCC68 #include SX126x LoRa; #include //#include //Lolin S2 Mini SPI默认pin脚 #define MISO 40 #define MOSI 1 #define SCLK 4 #define nss 38 // LoRa模块片选引脚,可以根据您的连接进行修改 #define...
### Board LolinS2MINI ### Device Description Partition Rainmaker OTA cant update(3.1.x above error here), Suggest use version 3.0.0 ### Hardware Configuration void performFirmwareUpdate() { // 设置回调 httpUpdate.onStart(update_started); httpUpdate.onEnd(update_finished); httpUpdate.onProgress(update_progress); httpUpdate.onError(update_error);...