Skip to content

Commit

Permalink
Merge pull request #2 from chl33/cl3/rt3-og3
Browse files Browse the repository at this point in the history
rename RT3 -> OG3
  • Loading branch information
chl33 authored Feb 9, 2024
2 parents 26e5b80 + 35feb50 commit f6db7ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/og3/oled_wifi_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class OledWifiInfo : public Module {
public:
static const char kName[];

explicit OledWifiInfo(Tasks* tasks) RT3_NONNULL();
explicit OledWifiInfo(Tasks* tasks) OG3_NONNULL();

private:
DependenciesArray<2> m_dependencies{{WifiManager::kName, OledDisplayRing::kName}};
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"dependencies": {
"chl33/rt3": "0.0.1",
"chl33/og3": "0.0.1",
"thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays": "~4.2.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build_flags =
lib_extra_dirs =
~/Projects2
lib_deps =
rt3@0.0.1
og3@0.0.1
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.2.0
lib_ldf_mode = deep
check_tool = clangtidy
Expand Down

0 comments on commit f6db7ac

Please sign in to comment.